We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f24e4 commit f8fb063Copy full SHA for f8fb063
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=io.reactivex
2
-VERSION_NAME=1.0
+VERSION_NAME=1.0.0-rc1
3
POM_NAME=RxAndroid
4
POM_PACKAGING=aar
5
POM_DESCRIPTION=RxAndroid
rxandroid/build.gradle
@@ -122,6 +122,8 @@ artifactory {
122
bintray {
123
configurations = ['archives']
124
125
+ publish = true
126
+
127
pkg {
128
repo = 'RxJava'
129
name = 'RxAndroid'
0 commit comments