From 494e0d7c09e38604ac0d5a26bb8d3a93561cc8fd Mon Sep 17 00:00:00 2001 From: Sky233ml Date: Mon, 5 Feb 2024 23:54:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e3e1611..5728fc6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,8 +24,8 @@ android { applicationId = "com.github.miwu" minSdk = 26 targetSdk = 34 - versionCode = 2 - versionName = "2.0.0" + versionCode = 3 + versionName = "2.0.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } buildFeatures {