Skip to content

Commit

Permalink
update version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
huzongyao committed May 7, 2019
1 parent b763181 commit 16e7de4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.hzy.chinese.jchess"
minSdkVersion 15
targetSdkVersion 28
versionCode 3
versionName "1.0.2"
versionCode 4
versionName "1.0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -34,6 +34,13 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_1_8
}
applicationVariants.all { variant ->
variant.outputs.all {
def fileName = project.name + '-' + variant.name + '-V' +
defaultConfig.versionCode + ".apk"
outputFileName = fileName
}
}
}

dependencies {
Expand Down

0 comments on commit 16e7de4

Please sign in to comment.