Skip to content

Commit f627a65

Browse files
committed
update README
1 parent cf721f5 commit f627a65

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

README.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -25,41 +25,11 @@ repositories {
2525
mavenCentral()
2626
}
2727
dependencies {
28-
compile 'org.nield:rxkotlin-jdbc:0.2.0'
28+
compile 'org.nield:rxkotlin-jdbc:0.2.4'
2929
}
3030
```
3131

3232

33-
You can also use JitPack.io to build a snapshot with Maven or Gradle:
34-
35-
**Gradle**
36-
37-
```groovy
38-
repositories {
39-
maven { url 'https://jitpack.io' }
40-
}
41-
dependencies {
42-
compile 'com.github.thomasnield:rxkotlin-jdbc:-SNAPSHOT'
43-
}
44-
```
45-
46-
**Maven**
47-
48-
```xml
49-
<repositories>
50-
<repository>
51-
<id>jitpack.io</id>
52-
<url>https://jitpack.io</url>
53-
</repository>
54-
</repositories>
55-
56-
<dependency>
57-
<groupId>com.github.thomasnield</groupId>
58-
<artifactId>rxkotlin-jdbc</artifactId>
59-
<version>-SNAPSHOT</version>
60-
</dependency>
61-
```
62-
6333
## Managing JDBC with Observables and Flowables
6434

6535
### Using DataSources

0 commit comments

Comments
 (0)