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.
0.2.1+4
1 parent b968923 commit 5e23859Copy full SHA for 5e23859
2 files changed
client/flutter/android/app/build.gradle
@@ -13,12 +13,12 @@ if (flutterRoot == null) {
13
14
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
15
if (flutterVersionCode == null) {
16
- flutterVersionCode = '3'
+ flutterVersionCode = '4'
17
}
18
19
def flutterVersionName = localProperties.getProperty('flutter.versionName')
20
if (flutterVersionName == null) {
21
- flutterVersionName = '0.2.0'
+ flutterVersionName = '0.2.1'
22
23
24
apply plugin: 'com.android.application'
client/flutter/pubspec.yaml
@@ -1,7 +1,7 @@
1
name: WHOFlutter
2
description: WHO Flutter app
3
4
-version: 0.2.0+3
+version: 0.2.1+4
5
6
environment:
7
sdk: ">=2.7.0 <3.0.0"
0 commit comments