Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile-Cn-Ko-En
Commits
1616b209
Commit
1616b209
authored
Nov 28, 2024
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak extractNativeLibs = true
parent
f2f7df73
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
mobile/build.gradle
mobile/build.gradle
+3
-0
mobile/src/main/AndroidManifest.xml
mobile/src/main/AndroidManifest.xml
+0
-1
No files found.
mobile/build.gradle
View file @
1616b209
...
@@ -17,6 +17,9 @@ android {
...
@@ -17,6 +17,9 @@ 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
...
...
mobile/src/main/AndroidManifest.xml
View file @
1616b209
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment