Commit 793cef62 authored by fallenstardust's avatar fallenstardust

revert * tweak extractNativeLibs = true

等到升级gradle9.0再改此处
parent f630a634
...@@ -17,9 +17,6 @@ android { ...@@ -17,9 +17,6 @@ android {
ndk { ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86" abiFilters "armeabi-v7a", "arm64-v8a", "x86"
} }
aaptOptions {
extractNativeLibs = true
}
} }
compileOptions { compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8 sourceCompatibility JavaVersion.VERSION_1_8
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
android:supportsRtl="false" android:supportsRtl="false"
android:theme="@style/AppTheme" android:theme="@style/AppTheme"
android:usesCleartextTraffic="true" android:usesCleartextTraffic="true"
android:extractNativeLibs="true"
android:requestLegacyExternalStorage="true" android:requestLegacyExternalStorage="true"
android:taskAffinity="cn.garymb.ygomobile.task" android:taskAffinity="cn.garymb.ygomobile.task"
tools:replace="android:allowBackup,android:supportsRtl" 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