diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 79c1184..4a02175 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,7 +13,7 @@ val verCode by lazy { "git rev-list --count HEAD".exec().toInt() } android { namespace = "cn.super12138.todo" - compileSdk = 34 + compileSdk = 35 // 获取 Release 签名 val releaseSigning = if (project.hasProperty("releaseStoreFile")) { @@ -30,7 +30,7 @@ android { defaultConfig { applicationId = "cn.super12138.todo" minSdk = 24 - targetSdk = 34 + targetSdk = 35 versionCode = verCode versionName = "${baseVersionName}-${commitHash}" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 29798af..e6ee080 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -14,7 +14,7 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.ToDo" - tools:targetApi="34"> + tools:targetApi="35">