Skip to content

Commit 9998b45

Browse files
committed
android 0.9.52
1 parent 93bf1c7 commit 9998b45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ android {
8181
applicationId packageName
8282
minSdkVersion 21
8383
targetSdkVersion 34
84-
versionCode 10009510
85-
versionName "0.9.51 follow"
84+
versionCode 10009520
85+
versionName "0.9.52 sw"
8686
ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64' }
8787
}
8888
compileOptions {

lib/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import 'dart:io';
1818

1919
class Constants {
20-
static String tagName = "0.9.51";
20+
static String tagName = "0.9.52";
2121
static const isGooglePlay =
2222
bool.fromEnvironment("IS_GOOGLEPLAY", defaultValue: false);
2323
static int type = 0;

0 commit comments

Comments
 (0)