Skip to content

Commit

Permalink
Add multiple APKs based on ABI
Browse files Browse the repository at this point in the history
Disabled by default
  • Loading branch information
nini22P committed Oct 9, 2023
1 parent 9b4b882 commit fed46df
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ android {

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

splits {
// Configures multiple APKs based on ABI.
// abi {
// enable true
// reset()
// include 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
// universalApk true
// }
}
buildTypes {
release {
minifyEnabled false
Expand Down

0 comments on commit fed46df

Please sign in to comment.