Skip to content

Commit

Permalink
gradle multidex=true fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantKArya committed Aug 17, 2024
1 parent 3f1c321 commit fb135ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
}

// include splits for different architectures and universal APK. (arm64-v8a, armeabi-v7a, x86, x86_64)
Expand Down

0 comments on commit fb135ad

Please sign in to comment.