xref: /expo/android/gradle.properties (revision fa5bc561)
1org.gradle.parallel=true
2org.gradle.daemon=true
3org.gradle.jvmargs=-Xmx9216m -XX:MaxMetaspaceSize=512m
4org.gradle.configureondemand=true
5org.gradle.internal.repository.initial.backoff=1000
6
7# Use this property to specify which architecture you want to build.
8# You can also override it from the CLI using
9# ./gradlew <task> -PreactNativeArchitectures=x86_64
10reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
11
12android.useAndroidX=true
13android.enableJetifier=true
14android.useNewApkCreator=false
15expo.updates.createManifest=false
16