File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,15 +104,15 @@ compile 'io.reactivex:rxkotlin:x.y.z'
104104
105105You can also use Gradle or Maven with [ JitPack] ( https://jitpack.io/ ) to build directly off a snapshot, branch, or commit of this repository.
106106
107- For example, to build off the 1 .x branch, use this setup for Gradle:
107+ For example, to build off the 2 .x branch, use this setup for Gradle:
108108
109109``` groovy
110110repositories {
111111 maven { url 'https://jitpack.io' }
112112}
113113
114114dependencies {
115- compile 'com.github.ReactiveX:RxKotlin:1 .x-SNAPSHOT'
115+ compile 'com.github.ReactiveX:RxKotlin:2 .x-SNAPSHOT'
116116}
117117```
118118
@@ -129,7 +129,7 @@ Use this setup for Maven:
129129 <dependency >
130130 <groupId >com.github.ReactiveX</groupId >
131131 <artifactId >RxKotlin</artifactId >
132- <version >1 .x-SNAPSHOT</version >
132+ <version >2 .x-SNAPSHOT</version >
133133 </dependency >
134134```
135135
You can’t perform that action at this time.
0 commit comments