Enable full R8 optimisation

Signed-off-by: June <zanthed@riseup.net>
This commit is contained in:
June 2021-09-30 22:12:03 -04:00 committed by Daniel Micay
parent 9ed8422ae7
commit 0d0bca6d4d
1 changed files with 2 additions and 0 deletions

View File

@ -3,4 +3,6 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
android.enableJetifier=true
android.enableR8.fullMode=true
kotlin.code.style=official