Commit 1b684009 authored by fallenstardust's avatar fallenstardust

complieSdkVersion 33

parent 3652f4fb
......@@ -18,7 +18,7 @@ buildscript {
}
ext {
compileSdkVersion = 31
compileSdkVersion = 33
//buildToolsVersion = compileSdkVersion+".0.0"
supportVersion = "30.0.0"
}
......
......@@ -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"
......
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