forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
34 lines (27 loc) · 1.41 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
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.73.0
# Use AppGlideModule from kernel
excludeAppGlideModule=true
# Expo Go does not apply react-native-gradle-plugin, this statement does not take effect.
# And Expo Go actually hosts both Hermes and JSC runtimes.
# This line here is simply for modules like expo-modules-core to check hermesEnabled property.
hermesEnabled=true
# This version should align to stripe-react-native's settings when upgrade the vendoring module
StripeSdk_stripeVersion=[20.19.2, 20.20.0[
# Remove this workaround when upgrading to [email protected]
kotlin.jvm.target.validation.mode=warning