Skip to content

Commit 48af954

Browse files
authored
Update README.md
1 parent e57108c commit 48af954

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@ compile 'io.reactivex:rxkotlin:x.y.z'
104104

105105
You 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
110110
repositories {
111111
maven { url 'https://jitpack.io' }
112112
}
113113
114114
dependencies {
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

0 commit comments

Comments
 (0)