android: but transform aab & apk behind a flag for now

This commit is contained in:
2025-08-21 09:35:43 +02:00
parent 2cfe00d963
commit 2f76393fd6
3 changed files with 15 additions and 5 deletions

View File

@@ -33,5 +33,5 @@ if [ "$1" = "main" ]; then
exit 1
fi
else
flutter build apk --debug --target-platform android-arm,android-arm64,android-x64
TRANSFORM_APK=true flutter build apk --debug --target-platform android-arm,android-arm64,android-x64
fi