Update dependencies (#474)

This commit is contained in:
Rafał Borcz
2019-09-01 13:24:21 +02:00
committed by GitHub
parent c60428e29b
commit 39fb4f5def
24 changed files with 85 additions and 108 deletions

View File

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