File tree Expand file tree Collapse file tree
library-kotlin-android-extensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ if (propertiesFile.exists()) {
5959bintray {
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 {
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ POM_DESCRIPTION=Library to help with complex RecyclerViews
33POM_BINTRAY_NAME =groupie-databinding
44POM_ARTIFACT_ID =groupie-databinding
55POM_PACKAGING =aar
6- POM_VERSION =2.4 .0
6+ POM_VERSION =2.5 .0
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ POM_DESCRIPTION=Library to help with complex RecyclerViews
33POM_BINTRAY_NAME =groupie-kotlin-android-extensions
44POM_ARTIFACT_ID =groupie-kotlin-android-extensions
55POM_PACKAGING =aar
6- POM_VERSION =2.4 .0
6+ POM_VERSION =2.5 .0
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ POM_DESCRIPTION=Library to help with complex RecyclerViews
33POM_BINTRAY_NAME =groupie
44POM_ARTIFACT_ID =groupie
55POM_PACKAGING =aar
6- POM_VERSION =2.4 .0
6+ POM_VERSION =2.5 .0
You can’t perform that action at this time.
0 commit comments