enable multidexing

This commit is contained in:
tibbi 2018-10-04 14:06:20 +02:00
parent 4809557d35
commit 6ece67081a
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ android {
targetSdkVersion 28
versionCode 56
versionName "4.3.0"
multiDexEnabled true
setProperty("archivesBaseName", "file-manager")
}