Skip to content

Commit 26eba0c

Browse files
author
Valentin Hinov
committed
New release 2.5.0
1 parent f1bd64d commit 26eba0c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

jcenter/bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if (propertiesFile.exists()) {
5959
bintray {
6060
user = properties.getProperty("bintray.user")
6161
key = properties.getProperty("bintray.apikey")
62-
dryRun = properties.getProperty("bintray.dryrun")?.toBoolean() ?: true
62+
dryRun = properties.getProperty("bintray.dryrun") == "true"
6363

6464
configurations = ['archives']
6565
pkg {

library-databinding/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ POM_DESCRIPTION=Library to help with complex RecyclerViews
33
POM_BINTRAY_NAME=groupie-databinding
44
POM_ARTIFACT_ID=groupie-databinding
55
POM_PACKAGING=aar
6-
POM_VERSION=2.4.0
6+
POM_VERSION=2.5.0

library-kotlin-android-extensions/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ POM_DESCRIPTION=Library to help with complex RecyclerViews
33
POM_BINTRAY_NAME=groupie-kotlin-android-extensions
44
POM_ARTIFACT_ID=groupie-kotlin-android-extensions
55
POM_PACKAGING=aar
6-
POM_VERSION=2.4.0
6+
POM_VERSION=2.5.0

library/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ POM_DESCRIPTION=Library to help with complex RecyclerViews
33
POM_BINTRAY_NAME=groupie
44
POM_ARTIFACT_ID=groupie
55
POM_PACKAGING=aar
6-
POM_VERSION=2.4.0
6+
POM_VERSION=2.5.0

0 commit comments

Comments
 (0)