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 f855491 commit bd12bceCopy full SHA for bd12bce
apps/mobile/android/app/build.gradle
@@ -92,8 +92,8 @@ android {
92
applicationId 'com.nodefinity.flow'
93
minSdkVersion rootProject.ext.minSdkVersion
94
targetSdkVersion rootProject.ext.targetSdkVersion
95
- versionCode 2
96
- versionName "0.0.1"
+ versionCode 3
+ versionName "0.0.2"
97
}
98
signingConfigs {
99
debug {
apps/mobile/app.json
@@ -2,7 +2,7 @@
2
"expo": {
3
"name": "Flow",
4
"slug": "flow",
5
- "version": "0.0.1",
+ "version": "0.0.2",
6
"orientation": "default",
7
"icon": "./assets/images/icon.png",
8
"scheme": "flow",
@@ -29,7 +29,7 @@
29
"android.permission.READ_EXTERNAL_STORAGE",
30
"android.permission.READ_MEDIA_AUDIO"
31
],
32
- "versionCode": 2
+ "versionCode": 3
33
},
34
"web": {
35
"bundler": "metro",
0 commit comments