From b6645b7d1ff420a6feb392f75d5c6a9560abb9d5 Mon Sep 17 00:00:00 2001 From: lijia Date: Wed, 8 Nov 2023 15:31:58 +0800 Subject: [PATCH] =?UTF-8?q?3.3.2=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c273203..c5ecccb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,10 +35,10 @@ android { defaultConfig { applicationId "com.arpa.hndahesudintocctmsdriver" - minSdkVersion 23 + minSdkVersion 24 targetSdkVersion 30 - versionCode 61 - versionName "3.3.1" + versionCode 62 + versionName "3.3.2" flavorDimensions "CHANNEL_VALUE" flavorDimensions "app_icon" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"