File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2222android.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
You can’t perform that action at this time.
0 commit comments