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 998f37d commit d304192Copy full SHA for d304192
android/app/build.gradle
@@ -136,7 +136,7 @@ android {
136
minSdkVersion rootProject.ext.minSdkVersion
137
targetSdkVersion rootProject.ext.targetSdkVersion
138
versionCode 1
139
- versionName "1.0"
+ versionName "v1.0.5"
140
multiDexEnabled true
141
}
142
splits {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "flappybird",
3
- "version": "0.0.1",
+ "version": "1.0.5",
4
"private": true,
5
"scripts": {
6
"android": "npx react-native run-android",
0 commit comments