build fix android

This commit is contained in:
2023-09-29 15:24:33 +02:00
parent 4759f768f3
commit ab01f8625b
2 changed files with 2 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
}
buildTypes {