Skip to content

Commit

Permalink
android 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Notsfsssf committed Sep 5, 2021
1 parent 51586b2 commit ba4c8ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ba4c8ba

Please sign in to comment.