mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 22:37:03 +05:30
gradle: disable R8 full mode
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
c903c7357a
commit
405a60b09b
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ kapt.incremental.apt=true
|
|||
kapt.include.compile.classpath=false
|
||||
|
||||
# Use R8 instead of ProGuard for code shrinking.
|
||||
android.enableR8.fullMode=true
|
||||
# R8 Full Mode be nasty
|
||||
# android.enableR8.fullMode=true
|
||||
|
||||
# Enable AndroidX
|
||||
android.useAndroidX=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue