Fix Android compilation issues and icon

This commit is contained in:
Lei Nelissen
2020-07-26 11:31:56 +02:00
parent 90a61f258d
commit 4d3f6f30d1
22 changed files with 55 additions and 8 deletions

View File

@@ -134,6 +134,7 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
multiDexEnabled true
}
splits {
abi {