Skip to content

Commit

Permalink
revert: split build on release
Browse files Browse the repository at this point in the history
  • Loading branch information
NoCrypt committed Aug 1, 2024
1 parent 5618432 commit 6a4ffc8
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions capacitor/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,14 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
splits {
abi {
enable true
reset()
include "armeabi-v7a", "arm64-v8a", "x86_64"
universalApk true
}
}
}

debug {
splits {
abi {
enable false
}
}
}
splits {
abi {
enable true
reset()
include "armeabi-v7a", "arm64-v8a", "x86_64"
universalApk true
}
}
}
Expand Down

0 comments on commit 6a4ffc8

Please sign in to comment.