Skip to content

Commit c11662b

Browse files
committed
Enable R8
1 parent 703f1f9 commit c11662b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
# http://www.gradle.org/docs/current/userguide/build_environment.html
77
# Specifies the JVM arguments used for the daemon process.
88
# The setting is particularly useful for tweaking memory settings.
9+
android.enableJetifier=true
10+
android.enableR8=true
11+
android.enableR8.fullMode=true
12+
android.useAndroidX=true
913
org.gradle.jvmargs=-Xmx1536m
1014
# When configured, Gradle will run in incubating parallel mode.
1115
# This option should only be used with decoupled projects. More details, visit

0 commit comments

Comments
 (0)