aves/scripts/apply_flavor_izzy.sh
2021-10-26 16:50:13 +09:00

8 lines
149 B
Bash
Executable file

#!/bin/bash
PUBSPEC_PATH="../pubspec.yaml"
flutter clean
sed -i 's/aves_report_crashlytics/aves_report_console/g' "$PUBSPEC_PATH"
flutter pub get