mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: enable multidex support to fix debug builds
This commit is contained in:
parent
3c4e417274
commit
fee52d71f7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user