Skip to content

Commit

Permalink
Bump rxJava
Browse files Browse the repository at this point in the history
  • Loading branch information
sdoward committed Sep 29, 2016
1 parent 3cb0ddd commit 4bf06cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is currently using play services 9.6.0

```groovy
compile 'com.sdoward:rxgooglemaps:1.1@aar'
compile 'io.reactivex:rxjava:1.1.6'
compile 'io.reactivex:rxjava:1.2.0'
compile 'com.google.android.gms:play-services-maps:9.6.0'
```

Expand Down
2 changes: 1 addition & 1 deletion buildsystem/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
googleMapsVersion = '9.6.0'
supportVersion = '23.0.1'
rxAndroidVersion = '1.2.1'
rxJavaVersion = '1.1.6'
rxJavaVersion = '1.2.0'

powermockVersion = '1.6.4'

Expand Down

0 comments on commit 4bf06cb

Please sign in to comment.