diff --git a/scripts/android/app_config.sh b/scripts/android/app_config.sh index 1fcfa7fcf..95df30548 100755 --- a/scripts/android/app_config.sh +++ b/scripts/android/app_config.sh @@ -21,4 +21,5 @@ case $APP_ANDROID_TYPE in esac cd ../.. -flutter packages pub run tool/configure.dart $CONFIG_ARGS \ No newline at end of file +flutter pub get +flutter packages pub run tool/configure.dart $CONFIG_ARGS