Skip to content

Commit 605bd42

Browse files
committed
try templating off RxAndroid
1 parent 8f86946 commit 605bd42

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

build.gradle

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,14 @@ bintray {
120120
version {
121121
name = VERSION_NAME
122122
vcsTag = VERSION_NAME
123-
123+
gpg {
124+
sign = true
125+
}
124126
mavenCentralSync {
125127
sync = true
126-
user = project.sonatypeUsername
127-
password = project.sonatypePassword
128+
user = rootProject.sonatypeUsername
129+
password = rootProject.sonatypePassword
130+
close = "1"
128131
}
129132
}
130133

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.reactivex.rxjava2
2-
VERSION_NAME=2.11.0-RC20
2+
VERSION_NAME=2.11.0-RC21
33
POM_NAME=RxJavaFX
44
POM_PACKAGING=jar
55
POM_DESCRIPTION=RxJavaFX

0 commit comments

Comments
 (0)