Skip to content

Commit b06d87e

Browse files
committed
chore: disable Jetifier since Android Studio says we don't need it
1 parent 19d2f39 commit b06d87e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gradle.properties

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99

1010
# Specifies the JVM arguments used for the daemon process.
1111
# The setting is particularly useful for tweaking memory settings.
12-
android.enableJetifier=true
12+
org.gradle.jvmargs=-Xmx1536m
13+
14+
android.enableJetifier=false
1315
android.nonFinalResIds=false
1416
android.nonTransitiveRClass=true
1517
android.useAndroidX=true
16-
org.gradle.jvmargs=-Xmx1536m
1718

1819
# When configured, Gradle will run in incubating parallel mode.
1920
# This option should only be used with decoupled projects. More details, visit

0 commit comments

Comments
 (0)