1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-18 15:03:46 +02:00

enable precise resource shrinking

This commit is contained in:
Christophe Beyls 2022-01-28 13:56:07 +01:00
parent 08f584f9e8
commit 2b96e266cd

View file

@ -14,6 +14,7 @@
android.useAndroidX=true
android.nonTransitiveRClass=true
android.enableR8.fullMode=true
android.experimental.enableNewResourceShrinker.preciseShrinking=true
org.gradle.jvmargs=-Xmx2048m
# When configured, Gradle will run in incubating parallel mode.