Skip to content

Commit

Permalink
Automatically publish bintray releases
Browse files Browse the repository at this point in the history
Bumped version to 1.0.0-rc1 (for testing auto-publishing).
  • Loading branch information
dlew committed Aug 5, 2015
1 parent 17f24e4 commit f8fb063
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.reactivex
VERSION_NAME=1.0
VERSION_NAME=1.0.0-rc1
POM_NAME=RxAndroid
POM_PACKAGING=aar
POM_DESCRIPTION=RxAndroid
Expand Down
2 changes: 2 additions & 0 deletions rxandroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ artifactory {
bintray {
configurations = ['archives']

publish = true

pkg {
repo = 'RxJava'
name = 'RxAndroid'
Expand Down

0 comments on commit f8fb063

Please sign in to comment.