Commit 1b684009 authored by fallenstardust's avatar fallenstardust

complieSdkVersion 33

parent 3652f4fb
...@@ -18,7 +18,7 @@ buildscript { ...@@ -18,7 +18,7 @@ buildscript {
} }
ext { ext {
compileSdkVersion = 31 compileSdkVersion = 33
//buildToolsVersion = compileSdkVersion+".0.0" //buildToolsVersion = compileSdkVersion+".0.0"
supportVersion = "30.0.0" supportVersion = "30.0.0"
} }
......
...@@ -161,11 +161,6 @@ ...@@ -161,11 +161,6 @@
android:theme="@style/AppTheme.Mycard" android:theme="@style/AppTheme.Mycard"
android:launchMode="singleTop" android:launchMode="singleTop"
/> />
<!-- 为防止Service被系统回收,可以尝试通过提高服务的优先级解决,1000是最高优先级,数字越小,优先级越低 -->
<!--android:priority="1000"-->
<service
android:name="com.ourygo.assistant.service.DuelAssistantService"
android:priority="1000" />
<service <service
android:name="com.tencent.smtt.export.external.DexClassLoaderProviderService" android:name="com.tencent.smtt.export.external.DexClassLoaderProviderService"
android:label="dexopt" android:label="dexopt"
......
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