Update build.gradle

This commit is contained in:
Jakub Wiertel 2023-05-03 15:39:22 +00:00 committed by GitHub
parent 35fb874a42
commit 81afec88c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -18,6 +18,16 @@ android {
compileSdk 33
var isBuildSigned = (System.getenv("CI") == "true") && (System.getenv("IS_SKYLINE_SIGNED") == "true")
splits {
abi {
enable true
reset()
include 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'mips', 'mips64', 'arm64-v8a'
universalApk true
}
}
defaultConfig {
applicationId "skyline.emu"