Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2019-03-11 19:14:30 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2019-03-11 19:14:30 +0300
commitc15ae78b08f6b865b9f8b77a17edfb1eff07da5b (patch)
tree8b1c0d87c4113cfe90347a18f016b876a794ec91 /gradle.properties
parent06b8637305f45baa1e340a1c01a7efe1c8a2eb56 (diff)
Move to AndroidX
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index 743d692ce..8de505811 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -6,6 +6,8 @@
# 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