updating version to 5.9.16
This commit is contained in:
parent
926cfb2c1a
commit
fe3f224fce
2 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
|
|
|
@ -7,7 +7,7 @@ buildscript {
|
|||
propMinSdkVersion = 21
|
||||
propTargetSdkVersion = propCompileSdkVersion
|
||||
propVersionCode = 1
|
||||
propVersionName = '5.9.14'
|
||||
propVersionName = '5.9.16'
|
||||
kotlin_version = '1.3.21'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue