Commit f41d2ded18132e077af2efdfe6c5cf6d072861d3

Authored by 王琳
1 parent 3400cb11

提升版本

Showing 1 changed file with 2 additions and 2 deletions
app/build.gradle
@@ -7,8 +7,8 @@ android { @@ -7,8 +7,8 @@ android {
7 applicationId "cn.vlion.simple" 7 applicationId "cn.vlion.simple"
8 minSdkVersion 16 8 minSdkVersion 16
9 targetSdkVersion 26 9 targetSdkVersion 26
10 - versionCode 25  
11 - versionName "1.2.5" 10 + versionCode 26
  11 + versionName "1.2.6"
12 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" 12 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13 } 13 }
14 buildTypes { 14 buildTypes {