mirror of
https://github.com/stonega/tsacdop
synced 2025-02-20 13:31:00 +01:00
Enable R8
This commit is contained in:
parent
65c22d7f61
commit
bd350dac27
@ -20,9 +20,9 @@ jobs:
|
|||||||
- run: dart tool/env.dart
|
- run: dart tool/env.dart
|
||||||
- run:
|
- run:
|
||||||
name: Build the Android version
|
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:
|
- run:
|
||||||
name: Build the Android apk
|
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:
|
- store_artifacts:
|
||||||
path: build/app/outputs/
|
path: build/app/outputs/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
org.gradle.jvmargs=-Xmx1536M
|
org.gradle.jvmargs=-Xmx1536M
|
||||||
android.enableR8=false
|
android.enableR8=true
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user