aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-04-30 09:57:06 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-04-30 09:57:06 -0600
commita31eb389d59e8a209549e6a8bb7537e93e0ce59e (patch)
tree39bf3127c933f1dd0866877a9ad114e84d159657 /gradle.properties
downloadwiimmfi-watcher-a31eb389d59e8a209549e6a8bb7537e93e0ce59e.tar
wiimmfi-watcher-a31eb389d59e8a209549e6a8bb7537e93e0ce59e.tar.gz
wiimmfi-watcher-a31eb389d59e8a209549e6a8bb7537e93e0ce59e.tar.bz2
initial commit
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties19
1 files changed, 19 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 0000000..52f5917
--- /dev/null
+++ b/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.
+org.gradle.jvmargs=-Xmx2048m -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 \ No newline at end of file