Migrate to AndroidX support library

This commit is contained in:
topjohnwu
2018-09-10 02:27:45 -04:00
parent 39c82576ae
commit 065949496e
67 changed files with 199 additions and 169 deletions

View File

@@ -20,3 +20,7 @@ org.gradle.parallel=true
# When set to true the Gradle daemon is used to run the build. For local developer builds this is our favorite property.
# The developer environment is optimized for speed and feedback so we nearly always run Gradle jobs with the daemon.
org.gradle.daemon=true
#AndroidX
android.useAndroidX=true
android.enableJetifier=true