Skip to content

Commit

Permalink
反注释code-push;增加versionName
Browse files Browse the repository at this point in the history
  • Loading branch information
shuiRong committed Apr 20, 2019
1 parent f0660ee commit 3e51fa3
Showing 1 changed file with 1 addition and 1 deletion.
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 2
versionName '1.1.2' // appVersion 这样有点问题,code-push打包报错;还是先写死
versionName '1.1.3' // appVersion 这样有点问题,code-push打包报错;还是先写死
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 3e51fa3

Please sign in to comment.