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

View File

@ -19,6 +19,16 @@ android {
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"