summaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2020-02-16 22:18:38 +0100
committerJavier <dev.git@javispedro.com>2020-02-16 22:18:38 +0100
commit0a72437088b3e8387aa6ab77e20293bc2385788a (patch)
treed9add727dee224eda5d4d4823a08ce14e37f107f /gradle.properties
parente88fb30dd01e64a0b2bfd1baec949b1836772fc0 (diff)
downloadvndroid-0a72437088b3e8387aa6ab77e20293bc2385788a.tar.gz
vndroid-0a72437088b3e8387aa6ab77e20293bc2385788a.zip
update to sdk 29, migrate to androidx, new GUI
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties8
1 files changed, 6 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties
index 82618ce..f6853fb 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -11,5 +11,9 @@ org.gradle.jvmargs=-Xmx1536m
# 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