Skip to content

Commit

Permalink
修正版本号;
Browse files Browse the repository at this point in the history
  • Loading branch information
shuiRong committed Apr 6, 2019
1 parent 4b5d9c0 commit b53fec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName '1.1.1' // appVersion 这样有点问题,code-push打包报错;还是先写死
versionName '1.1.2' // appVersion 这样有点问题,code-push打包报错;还是先写死
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gakki",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down

0 comments on commit b53fec3

Please sign in to comment.