Skip to content

Commit

Permalink
New release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hinov committed Aug 19, 2019
1 parent f1bd64d commit 26eba0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jcenter/bintray.gradle
Expand Up @@ -59,7 +59,7 @@ if (propertiesFile.exists()) {
bintray {
user = properties.getProperty("bintray.user")
key = properties.getProperty("bintray.apikey")
dryRun = properties.getProperty("bintray.dryrun")?.toBoolean() ?: true
dryRun = properties.getProperty("bintray.dryrun") == "true"

configurations = ['archives']
pkg {
Expand Down
2 changes: 1 addition & 1 deletion library-databinding/gradle.properties
Expand Up @@ -3,4 +3,4 @@ POM_DESCRIPTION=Library to help with complex RecyclerViews
POM_BINTRAY_NAME=groupie-databinding
POM_ARTIFACT_ID=groupie-databinding
POM_PACKAGING=aar
POM_VERSION=2.4.0
POM_VERSION=2.5.0
2 changes: 1 addition & 1 deletion library-kotlin-android-extensions/gradle.properties
Expand Up @@ -3,4 +3,4 @@ POM_DESCRIPTION=Library to help with complex RecyclerViews
POM_BINTRAY_NAME=groupie-kotlin-android-extensions
POM_ARTIFACT_ID=groupie-kotlin-android-extensions
POM_PACKAGING=aar
POM_VERSION=2.4.0
POM_VERSION=2.5.0
2 changes: 1 addition & 1 deletion library/gradle.properties
Expand Up @@ -3,4 +3,4 @@ POM_DESCRIPTION=Library to help with complex RecyclerViews
POM_BINTRAY_NAME=groupie
POM_ARTIFACT_ID=groupie
POM_PACKAGING=aar
POM_VERSION=2.4.0
POM_VERSION=2.5.0

0 comments on commit 26eba0c

Please sign in to comment.