We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06f545 commit 4a27c0eCopy full SHA for 4a27c0e
library/build.gradle
@@ -1,7 +1,27 @@
1
apply plugin: 'java'
2
+apply plugin: 'com.novoda.bintray-release'
3
+
4
+buildscript {
5
+ repositories {
6
+ jcenter()
7
+ }
8
+ dependencies {
9
+ classpath 'com.novoda:bintray-release:0.3.4'
10
11
+}
12
13
version '1.0'
14
15
+publish {
16
+ groupId = 'com.github.amatkivskiy'
17
+ artifactId = 'gitter.rx.sdk'
18
+ publishVersion = '1.0.0'
19
+ desc = 'Gitter.im RxJava SDK that facilitates communication with Gitter API'
20
+ licences = ['MIT']
21
+ website = 'https://github.com/Gitteroid/GitterRxJavaSDK'
22
+ autoPublish = false
23
24
25
dependencies {
26
compile 'com.squareup.retrofit:retrofit:1.9.0'
27
compile 'io.reactivex:rxjava:1.0.14'
0 commit comments