androidx migrate; gradle 5.4.1->5.6.2; api 28->29

This commit is contained in:
王劲鹏
2019-10-15 13:14:37 +08:00
parent f5177d2c15
commit 1aef832c66
14 changed files with 737 additions and 504 deletions

View File

@@ -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