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.
v0.1.1+2
1 parent ea7a63b commit 62079aeCopy full SHA for 62079ae
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 = '1'
+ flutterVersionCode = '2'
17
}
18
19
def flutterVersionName = localProperties.getProperty('flutter.versionName')
20
if (flutterVersionName == null) {
21
- flutterVersionName = '0.1.0'
+ flutterVersionName = '0.1.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.1.0+1
+version: 0.1.1+2
5
6
environment:
7
sdk: ">=2.1.0 <3.0.0"
0 commit comments