mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-19 17:23:58 +00:00
fix: enable multidex support to fix debug builds
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user