android
This commit is contained in:
3
Makefile
3
Makefile
@@ -143,7 +143,8 @@ gen_translations: #generating missing translations using google translate
|
||||
android-release: android-apk-release
|
||||
|
||||
android-apk-release:
|
||||
flutter build apk --target $(TARGET) $(BUILD_ARGS) --target-platform android-arm,android-arm64,android-x64 --split-per-abi --verbose
|
||||
echo flutter build apk --target $(TARGET) $(BUILD_ARGS) --target-platform android-arm,android-arm64,android-x64 --split-per-abi --verbose
|
||||
flutter build apk --target $(TARGET) $(BUILD_ARGS) --target-platform android-arm,android-arm64,android-x64 --verbose
|
||||
ls -R build/app/outputs
|
||||
|
||||
android-aab-release:
|
||||
|
||||
Reference in New Issue
Block a user