Skip to content

Commit

Permalink
Merge pull request #211 from ReactiveX/dlew/auto-publish
Browse files Browse the repository at this point in the history
Automatically publish bintray releases
  • Loading branch information
JakeWharton committed Aug 5, 2015
2 parents 17f24e4 + f8fb063 commit 9c26d1b
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 9c26d1b

Please sign in to comment.