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;