From eda74677d41a1e3f05df9bfb0bde70557c18b4d8 Mon Sep 17 00:00:00 2001 From: xiaoyan Date: Wed, 15 Jun 2022 11:36:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= 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 b4988b5..b14a87c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.navinfo.outdoor" minSdkVersion 22 targetSdkVersion 30 - versionCode 21 - versionName "8.220510" + versionCode 22 + versionName "8.220615" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } lintOptions {