gradle: fix release builds

This commit is contained in:
Harsh Shandilya 2022-05-05 10:21:29 +05:30
parent 4a19b4911d
commit 23ce5a489e
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -20,6 +20,9 @@ kapt.incremental.apt=true
# Turn off AP discovery in compile path to enable compile avoidance
kapt.include.compile.classpath=false
# Force disable testOnly flag in manifest
android.injected.testOnly=false
# Use R8 instead of ProGuard for code shrinking.
android.enableR8.fullMode=true