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"
|
versionName "1.0.4"
|
||||||
|
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
ndk {
|
|
||||||
abiFilters 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a'
|
|
||||||
}
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
splits {
|
||||||
|
abi {
|
||||||
|
enable true
|
||||||
|
include 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user