Skip to content

Commit

Permalink
༼ つ ◕_◕ ༽つ giving version 2.2.2 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittchen authored Jan 29, 2019
1 parent 0ea1f4d commit 7dc7f98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,20 +369,20 @@ You can depend on the library through Maven:
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>prefser-rx2</artifactId>
<version>2.2.1</version>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>io.reactivex</groupId>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxandroid</artifactId>
<version>2.0.1</version>
<version>2.1.0</version>
</dependency>
```
or through Gradle:

```groovy
dependencies {
compile 'com.github.pwittchen:prefser-rx2:2.2.1'
compile 'io.reactivex:rxandroid:2.0.1'
compile 'com.github.pwittchen:prefser-rx2:2.2.2'
compile 'io.reactivex.rxjava2:rxandroid:2.1.0'
}
```

Expand Down

0 comments on commit 7dc7f98

Please sign in to comment.