Update ndk abiFilters config
parent
961e359eeb
commit
897a30bb48
|
@ -20,6 +20,10 @@ android {
|
||||||
buildConfigField "String", "API_URL", "\"https://mp.finogeeks.com\""
|
buildConfigField "String", "API_URL", "\"https://mp.finogeeks.com\""
|
||||||
// API服务前缀
|
// API服务前缀
|
||||||
buildConfigField "String", "API_PREFIX", "\"/api/v1/mop/\""
|
buildConfigField "String", "API_PREFIX", "\"/api/v1/mop/\""
|
||||||
|
|
||||||
|
ndk {
|
||||||
|
abiFilters "x86", "armeabi", 'armeabi-v7a', 'arm64-v8a'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
debug {
|
debug {
|
||||||
|
@ -37,7 +41,7 @@ android {
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
minifyEnabled true
|
minifyEnabled false
|
||||||
signingConfig signingConfigs.debug
|
signingConfig signingConfigs.debug
|
||||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
|
@ -66,4 +70,5 @@ dependencies {
|
||||||
androidTestImplementation 'androidx.test:runner:1.2.0'
|
androidTestImplementation 'androidx.test:runner:1.2.0'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
||||||
implementation 'com.finogeeks.lib:finapplet:2.13.38'
|
implementation 'com.finogeeks.lib:finapplet:2.13.38'
|
||||||
|
implementation "com.tencent.tbs.tbssdk:sdk:43967"
|
||||||
}
|
}
|
Loading…
Reference in New Issue