updating version to 5.9.16

This commit is contained in:
tibbi 2019-02-27 15:49:29 +01:00
parent 926cfb2c1a
commit fe3f224fce
2 changed files with 3 additions and 3 deletions

View file

@ -54,8 +54,8 @@ bintray {
configurations = ['archives']
pkg {
repo = "commons"
name = "commons"
repo = "simple-commons"
name = "simple-commons"
websiteUrl = siteUrl
vcsUrl = gitUrl
licenses = ["Apache-2.0"]

View file

@ -7,7 +7,7 @@ buildscript {
propMinSdkVersion = 21
propTargetSdkVersion = propCompileSdkVersion
propVersionCode = 1
propVersionName = '5.9.14'
propVersionName = '5.9.16'
kotlin_version = '1.3.21'
}