diff options
author | Jan Holesovsky <kendy@collabora.com> | 2019-02-13 13:20:59 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2019-02-13 13:20:59 +0100 |
commit | 7088b77471e3fa6cddacc3bd28217d8088b446ee (patch) | |
tree | 9dd8e3e983698d7eecb7827a2b3cf6e3176b4e38 | |
parent | 6d8d40a2677da7318751eb216d5cb8c1967d3a67 (diff) |
android: Add a missing file.
Change-Id: Ia514a4fe706f8e3fba8f7bb782f58870ba8d6bae
-rw-r--r-- | android/gradle.properties | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/android/gradle.properties b/android/gradle.properties new file mode 100644 index 000000000..9e6fce102 --- /dev/null +++ b/android/gradle.properties @@ -0,0 +1,19 @@ +# 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. +android.enableJetifier=true +android.useAndroidX=true +org.gradle.jvmargs=-Xmx1536m + +# 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 |