mirror of
https://github.com/stonega/tsacdop
synced 2025-02-17 20:10:37 +01:00
Enable R8
This commit is contained in:
parent
65c22d7f61
commit
bd350dac27
@ -20,9 +20,9 @@ jobs:
|
||||
- run: dart tool/env.dart
|
||||
- run:
|
||||
name: Build the Android version
|
||||
command: flutter build appbundle --no-shrink --obfuscate --split-debug-info=debug/
|
||||
command: flutter build appbundle --obfuscate --split-debug-info=debug/
|
||||
- run:
|
||||
name: Build the Android apk
|
||||
command: flutter build apk --split-per-abi --no-shrink --obfuscate --split-debug-info=debug/
|
||||
command: flutter build apk --split-per-abi --obfuscate --split-debug-info=debug/
|
||||
- store_artifacts:
|
||||
path: build/app/outputs/
|
||||
|
@ -1,4 +1,4 @@
|
||||
org.gradle.jvmargs=-Xmx1536M
|
||||
android.enableR8=false
|
||||
android.enableR8=true
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
|
Loading…
x
Reference in New Issue
Block a user