From 93579f2d5d5cd96ba4a405f46b9ab8f0db841664 Mon Sep 17 00:00:00 2001 From: imldy Date: Fri, 3 Jul 2020 21:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA7--1.42?= 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 4b9dec2..062393c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.example.toolbox" minSdkVersion 21 targetSdkVersion 29 - versionCode 6 - versionName "1.41" + versionCode 7 + versionName "1.42" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }