From 2d40446cd4f8f25b90db29a3dd8d277293e3cea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E9=B9=8F?= Date: Fri, 30 Jun 2023 14:40:38 +0800 Subject: [PATCH] 1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 34e5888..dc6f37f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android {compileSdkVersion 30 applicationId "com.icssoft.icspda" minSdkVersion 18 targetSdkVersion 28 - versionCode 30 + versionCode 31 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }