diff --git a/gradle.properties b/gradle.properties index c4dd3056..fab8eb6a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/rxandroid/build.gradle b/rxandroid/build.gradle index b9b2b9cf..a08d4dfd 100644 --- a/rxandroid/build.gradle +++ b/rxandroid/build.gradle @@ -122,6 +122,8 @@ artifactory { bintray { configurations = ['archives'] + publish = true + pkg { repo = 'RxJava' name = 'RxAndroid'