From 80a257273bd32083cb0c9ab7c1f15c2778730773 Mon Sep 17 00:00:00 2001 From: lijia Date: Tue, 17 Dec 2024 10:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E5=8D=8E=E4=B8=BA=E5=B8=82?= =?UTF-8?q?=E5=9C=BA=E5=A4=8D=E5=AE=A175=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7183214..7856802 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { applicationId "com.arpa.hndahesudintocctmsdriver" minSdkVersion 24 targetSdkVersion 30 - versionCode 74 - versionName "3.4.4" + versionCode 75 + versionName "3.4.5" flavorDimensions "CHANNEL_VALUE" flavorDimensions "app_icon" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"