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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <info@niedermann.it>2018-11-04 14:18:12 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2019-02-06 19:20:04 +0300
commitf03bd967d354d074e1515f56fe6aea680aeac9e7 (patch)
treea205ff946870d28ea2730074f548a688d70073bb /gradle.properties
parent81c881d5a6c6432d93014545b958c7d97e7da7d3 (diff)
Migrate to AndroidX
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 9b6ae2a0..bdda067b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -15,4 +15,6 @@
# 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 \ No newline at end of file
+# org.gradle.parallel=true
+android.enableJetifier=true
+android.useAndroidX=true \ No newline at end of file