From 1932230de3855621ed3bb9d58f0fc9844169a312 Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Tue, 18 Mar 2025 22:23:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=AF=B9=20Android?= =?UTF-8?q?=2016=20=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0d540ef..699782c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -16,7 +16,7 @@ val verCode = "git rev-list --count HEAD".exec().toInt() */ android { namespace = "cn.super12138.todo" - compileSdk = 35 + compileSdk = 36 // 获取 Release 签名 val releaseSigning = if (project.hasProperty("releaseStoreFile")) { @@ -33,8 +33,8 @@ android { defaultConfig { applicationId = "cn.super12138.todo" minSdk = 24 - targetSdk = 35 - versionCode = 567 + targetSdk = 36 + versionCode = 590 versionName = "2.1.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"