use rhttp

This commit is contained in:
2024-11-05 16:46:01 +08:00
parent 7991f1a385
commit b09e2e6f12
7 changed files with 88 additions and 11 deletions

View File

@@ -75,6 +75,9 @@ android {
buildTypes {
release {
ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
}
signingConfig signingConfigs.release
applicationVariants.all { variant ->
variant.outputs.all { output ->