Update dependencies

This commit is contained in:
Mygod
2019-02-08 19:01:35 +08:00
parent 81ed2bc402
commit e7c1d71897
4 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ android.enableJetifier=true
android.enableR8=true
android.enableR8.fullMode=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m
org.gradle.jvmargs=-Xmx3500m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit