Skip to content

Commit

Permalink
Update bintray publish info
Browse files Browse the repository at this point in the history
  • Loading branch information
chihane committed Oct 28, 2016
1 parent 8d85f79 commit d9547ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions countdownbutton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
versionCode 6
versionName "1.5"
versionCode 7
versionName "1.6"
}
buildTypes {
release {
Expand All @@ -32,7 +32,7 @@ publish {
uploadName = 'CountdownButton'
groupId = 'mlxy.countdownbutton'
artifactId = 'countdownbutton'
publishVersion = '1.5'
publishVersion = '1.6'
desc = 'Countdown Button for Android'
website = 'https://github.com/chihane/CountdownButton'
licences = ['MIT']
Expand Down

0 comments on commit d9547ae

Please sign in to comment.