-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
21 lines (18 loc) · 899 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx9216m -XX:MaxMetaspaceSize=512m
org.gradle.configureondemand=true
org.gradle.internal.repository.initial.backoff=1000
# Use this property to specify which architecture you want to build.
# You can also override it from the CLI using
# ./gradlew <task> -PreactNativeArchitectures=x86_64
reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
android.useAndroidX=true
android.enableJetifier=true
android.useNewApkCreator=false
expo.updates.createManifest=false
# Override the react-native version that expo package get from node_modules
# https://github.com/expo/expo/blob/c30ad508e2f91ff49c82cac80ad487b4b352ed93/packages/expo/android/build.gradle#L22
# - Expo Go uses the react-native version from react-native-lab/react-native
# - Turtle builder does not install react-native from shell app
reactNativeVersion=0.69.0