mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-16 15:07:05 +05:30
gradle: fix release builds
This commit is contained in:
parent
4a19b4911d
commit
23ce5a489e
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ kapt.incremental.apt=true
|
||||||
# Turn off AP discovery in compile path to enable compile avoidance
|
# Turn off AP discovery in compile path to enable compile avoidance
|
||||||
kapt.include.compile.classpath=false
|
kapt.include.compile.classpath=false
|
||||||
|
|
||||||
|
# Force disable testOnly flag in manifest
|
||||||
|
android.injected.testOnly=false
|
||||||
|
|
||||||
# Use R8 instead of ProGuard for code shrinking.
|
# Use R8 instead of ProGuard for code shrinking.
|
||||||
android.enableR8.fullMode=true
|
android.enableR8.fullMode=true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue