refactor(removed splits code section)

Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
This commit is contained in:
Lee 2023-11-01 15:22:37 +01:00
parent 6aae9f8d9a
commit ffc7982242
1 changed files with 0 additions and 8 deletions

View File

@ -82,14 +82,6 @@ android {
versionCode 20000
versionName "3.0.8"
}
splits {
abi {
reset()
enable enableSeparateBuildPerCPUArchitecture
universalApk false // If true, also generate a universal APK
include "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
}
signingConfigs {
debug {
storeFile file('debug.keystore')