mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-06-03 00:58:06 -04:00
分包
This commit is contained in:
parent
65b723d064
commit
585ba27632
@ -13,12 +13,17 @@ android {
|
||||
versionName "1.0.4"
|
||||
|
||||
multiDexEnabled true
|
||||
ndk {
|
||||
abiFilters 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a'
|
||||
}
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
splits {
|
||||
abi {
|
||||
enable true
|
||||
include 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a'
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
|
Loading…
x
Reference in New Issue
Block a user