Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler authored Sep 22, 2023
1 parent 41ef14e commit 53c6760
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ android {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
}

splits {
abi {
enable true
reset()
include "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
universalApk true
}
}

buildTypes {
release {
resValue "string", "app_name", "${app_name}"
Expand Down

0 comments on commit 53c6760

Please sign in to comment.