We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bf1c7 commit 9998b45Copy full SHA for 9998b45
android/app/build.gradle
@@ -81,8 +81,8 @@ android {
81
applicationId packageName
82
minSdkVersion 21
83
targetSdkVersion 34
84
- versionCode 10009510
85
- versionName "0.9.51 follow"
+ versionCode 10009520
+ versionName "0.9.52 sw"
86
ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64' }
87
}
88
compileOptions {
lib/constants.dart
@@ -17,7 +17,7 @@
17
import 'dart:io';
18
19
class Constants {
20
- static String tagName = "0.9.51";
+ static String tagName = "0.9.52";
21
static const isGooglePlay =
22
bool.fromEnvironment("IS_GOOGLEPLAY", defaultValue: false);
23
static int type = 0;
0 commit comments