From ba4c8ba65d05cac1019ee814e496004d4bfd805a Mon Sep 17 00:00:00 2001 From: perol Date: Sun, 5 Sep 2021 23:08:50 +0800 Subject: [PATCH] android 1.6.2 --- android/app/build.gradle | 4 ++-- lib/constants.dart | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 5e9e93e43..444859e76 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -84,8 +84,8 @@ android { applicationId packageName minSdkVersion 21 targetSdkVersion 30 - versionCode 10006010 - versionName "0.6.1 X" + versionCode 10006020 + versionName "0.6.2 sketch" } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 diff --git a/lib/constants.dart b/lib/constants.dart index 94ed92b48..5baf13ada 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -15,7 +15,7 @@ */ class Constants { - static String tagName = "0.6.1"; + static String tagName = "0.6.2"; static const isGooglePlay = bool.fromEnvironment("IS_GOOGLEPLAY", defaultValue: false); static int type = 0;