Migrazione ad AndroidX.

Implementazione dialog per Exceptions non gestite.
This commit is contained in:
Gius95
2018-12-13 19:47:00 +01:00
parent d4ce614ab5
commit d5723df178
122 changed files with 721 additions and 686 deletions

View File

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