Skip to content

Commit

Permalink
添加自动化获取app version的代码注释;
Browse files Browse the repository at this point in the history
  • Loading branch information
shuiRong committed Apr 5, 2019
1 parent e23174d commit a474b3f
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 1
versionName appVersion
versionName '1.1.0' // appVersion 这样有点问题,code-push打包报错;还是先写死
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit a474b3f

Please sign in to comment.