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 4b1db7f commit 84c95f0Copy full SHA for 84c95f0
android/app/build.gradle
@@ -134,8 +134,8 @@ android {
134
applicationId "github.funnyzak.v2ex"
135
minSdkVersion rootProject.ext.minSdkVersion
136
targetSdkVersion rootProject.ext.targetSdkVersion
137
- versionCode 11
138
- versionName "0.2.1"
+ versionCode 12
+ versionName "0.3.0"
139
}
140
splits {
141
abi {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-v2ex",
3
- "version": "0.2.1",
+ "version": "0.3.0",
4
"description": "react native v2ex project",
5
"main": "index.js",
6
"private": false,
0 commit comments