Commit 1616b209 authored by fallenstardust's avatar fallenstardust

tweak extractNativeLibs = true

parent f2f7df73
......@@ -17,6 +17,9 @@ android {
ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86"
}
aaptOptions {
extractNativeLibs = true
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
......
......@@ -12,7 +12,6 @@
android:supportsRtl="false"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
android:extractNativeLibs="true"
android:requestLegacyExternalStorage="true"
android:taskAffinity="cn.garymb.ygomobile.task"
tools:replace="android:allowBackup,android:supportsRtl"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment