diff options
| author | Husam Salhab <47015061+hsalhab@users.noreply.github.com> | 2020-06-24 20:01:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-24 20:01:35 -0400 |
| commit | c301252081ef31fe24160713d801722fc73e703b (patch) | |
| tree | 86f4d47d56a3945ab8f763e132b81aaaa5b2e2f8 /android/gradle.properties | |
| parent | 4efe926122873adf8a598bb18b3eaf5d5a077cb4 (diff) | |
| parent | d9e0cde89b1e2c2483f91c656d6000f3b806181d (diff) | |
Merge pull request #3 from leonyjiang/master
[TMA-55] - Add react-native/typescript template
Diffstat (limited to 'android/gradle.properties')
| -rw-r--r-- | android/gradle.properties | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/android/gradle.properties b/android/gradle.properties new file mode 100644 index 00000000..1bbc8cc2 --- /dev/null +++ b/android/gradle.properties @@ -0,0 +1,28 @@ +# 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 daemon process. +# The setting is particularly useful for tweaking memory settings. +# Default value: -Xmx10248m -XX:MaxPermSize=256m +# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 + +# When configured, Gradle will run in incubating parallel mode. +# This option should only be used with decoupled projects. More details, visit +# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects +# 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 SDK to use with React Native +FLIPPER_VERSION=0.33.1 |
