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
1b684009
Commit
1b684009
authored
Jul 15, 2024
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
complieSdkVersion 33
parent
3652f4fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
build.gradle
build.gradle
+1
-1
mobile/src/main/AndroidManifest.xml
mobile/src/main/AndroidManifest.xml
+0
-5
No files found.
build.gradle
View file @
1b684009
...
...
@@ -18,7 +18,7 @@ buildscript {
}
ext
{
compileSdkVersion
=
3
1
compileSdkVersion
=
3
3
//buildToolsVersion = compileSdkVersion+".0.0"
supportVersion
=
"30.0.0"
}
...
...
mobile/src/main/AndroidManifest.xml
View file @
1b684009
...
...
@@ -161,11 +161,6 @@
android:theme=
"@style/AppTheme.Mycard"
android:launchMode=
"singleTop"
/>
<!-- 为防止Service被系统回收,可以尝试通过提高服务的优先级解决,1000是最高优先级,数字越小,优先级越低 -->
<!--android:priority="1000"-->
<service
android:name=
"com.ourygo.assistant.service.DuelAssistantService"
android:priority=
"1000"
/>
<service
android:name=
"com.tencent.smtt.export.external.DexClassLoaderProviderService"
android:label=
"dexopt"
...
...
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