Skip to content

Commit a3e062d

Browse files
committed
Merge branch 'main' into on-the-fly
2 parents 7453a10 + d737104 commit a3e062d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

IsraelHiking.Web/android/gradle.properties

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Specifies the JVM arguments used for the daemon process.
1111
# The setting is particularly useful for tweaking memory settings.
12-
org.gradle.jvmargs=-Xmx1536m
12+
org.gradle.jvmargs=-Xmx4096m
1313

1414
# When configured, Gradle will run in incubating parallel mode.
1515
# This option should only be used with decoupled projects. More details, visit
@@ -20,5 +20,7 @@ org.gradle.jvmargs=-Xmx1536m
2020
# Android operating system, and which are packaged with your app's APK
2121
# https://developer.android.com/topic/libraries/support-library/androidx-rn
2222
android.useAndroidX=true
23-
# Automatically convert third-party libraries to use AndroidX
24-
android.enableJetifier=true
23+
# Automatically convert third-party libraries to use AndroidX.
24+
# Disabled: no dependency uses the legacy com.android.support artifacts, and jetifying
25+
# large AARs (e.g. maplibre android-sdk) is what was causing OOM in CI.
26+
android.enableJetifier=false

0 commit comments

Comments
 (0)