From f558d6a4c7ad481d21b8f7c8d203ceb0ddbad2e1 Mon Sep 17 00:00:00 2001 From: dxl <64101226@qq.com> Date: Fri, 3 Jul 2020 17:52:21 +0800 Subject: [PATCH] version code and version name updated. --- app_main/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app_main/build.gradle b/app_main/build.gradle index aa2aebdf..6cc0a466 100644 --- a/app_main/build.gradle +++ b/app_main/build.gradle @@ -8,8 +8,8 @@ android { minSdkVersion 24 targetSdkVersion 28 testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' - versionCode 24 - versionName "1.4.6 Termux" + versionCode 25 + versionName "1.4.7 Termux and SimpleView" } buildTypes { release {