fix: enable multidex support to fix debug builds

This commit is contained in:
Alberto Ponces 2022-08-06 23:40:47 +01:00
parent 3c4e417274
commit fee52d71f7

View File

@ -48,6 +48,7 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
}
buildTypes {
@ -63,6 +64,7 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.android.support:multidex:1.0.3"
// ReVanced
implementation "app.revanced:revanced-patcher:3.3.1"