Fix quotes for app_config.sh script

M committed Jan 4, 2022 at 20:47 UTC 47943c53d7ab358754b46d78a1a95f0b35fa9c53
1 file changed +1 -1
scripts/android/app_config.sh
+1 -1
@@ -5,4 +5,4 @@ if [ -z "$APP_ANDROID_TYPE" ]; then
5 exit 1
6 fi
7
8 -sed -i '0,/version:/{s/version:.*/version: ${APP_ANDROID_VERSION}+${APP_ANDROID_BUILD_NUMBER}/}' ./../../pubspec.yaml
8 +sed -i "0,/version:/{s/version:.*/version: ${APP_ANDROID_VERSION}+${APP_ANDROID_BUILD_NUMBER}/}" ./../../pubspec.yaml