Commit 22648f8e72688cca5061c30473e94fb98a844353
1 parent
0ce337bc
更新应用版本号
Showing
1 changed file
with
2 additions
and
2 deletions
app/build.gradle
| ... | ... | @@ -7,8 +7,8 @@ android { |
| 7 | 7 | applicationId "cn.vlion.simple" |
| 8 | 8 | minSdkVersion 16 |
| 9 | 9 | targetSdkVersion 26 |
| 10 | - versionCode 1 | |
| 11 | - versionName "1.0" | |
| 10 | + versionCode 3 | |
| 11 | + versionName "1.0.2" | |
| 12 | 12 | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
| 13 | 13 | } |
| 14 | 14 | buildTypes { | ... | ... |