Skip to content

Commit

Permalink
splits
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Feb 25, 2025
1 parent 9c5863f commit 966eb70
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ android {
}
}

splits {
abi {
enable true
reset()
include 'arm64-v8a', 'x86_64'
universalApk false
}
}

signingConfigs {
release {
if (keystoreProperties['storeFile']) {
Expand Down

0 comments on commit 966eb70

Please sign in to comment.