mirror of
https://github.com/status-im/react-native-blur.git
synced 2026-08-31 02:51:16 +00:00
init'd RNTA fix build step nit: improvement remove old example app last tweak
43 lines
1.8 KiB
Properties
43 lines
1.8 KiB
Properties
# Project-wide Gradle settings.
|
|
|
|
# IDE (e.g. Android Studio) users:
|
|
# Gradle settings configured through the IDE *will override*
|
|
# any settings specified in this file.
|
|
|
|
# For more details on how to configure your build environment visit
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
|
|
# Specifies the JVM arguments used for the Gradle Daemon. The setting is
|
|
# particularly useful for configuring JVM memory settings for build performance.
|
|
# This does not affect the JVM settings for the Gradle client VM.
|
|
# The default is `-Xmx512m -XX:MaxMetaspaceSize=256m`.
|
|
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
|
|
# When configured, Gradle will fork up to org.gradle.workers.max JVMs to execute
|
|
# projects in parallel. To learn more about parallel task execution, see the
|
|
# section on Gradle build performance:
|
|
# https://docs.gradle.org/current/userguide/performance.html#parallel_execution.
|
|
# Default is `false`.
|
|
#org.gradle.parallel=true
|
|
|
|
# AndroidX package structure to make it clearer which packages are bundled with the
|
|
# Android operating system, and which are packaged with your app's APK
|
|
# https://developer.android.com/topic/libraries/support-library/androidx-rn
|
|
android.useAndroidX=true
|
|
# Automatically convert third-party libraries to use AndroidX
|
|
android.enableJetifier=true
|
|
|
|
# Version of Flipper to use with React Native. Default value is whatever React
|
|
# Native defaults to. To disable Flipper, set it to `false`.
|
|
#FLIPPER_VERSION=0.125.0
|
|
|
|
# Enable Fabric at runtime.
|
|
#USE_FABRIC=1
|
|
|
|
# Enable new architecture, i.e. Fabric + TurboModule - implies USE_FABRIC=1.
|
|
# Note that this is incompatible with web debugging.
|
|
#newArchEnabled=true
|
|
|
|
# Uncomment the line below if building react-native from source
|
|
#ANDROID_NDK_VERSION=21.4.7075529
|