Skip to content

Commit

Permalink
Version++ 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharmas committed May 10, 2016
1 parent a4e8df1 commit a82d0eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ReactiveLocation library for Android
Small library that wraps Google Play Services API in brilliant [RxJava](https://github.com/ReactiveX/RxJava)
```Observables``` reducing boilerplate to minimum.

Current stable version - 0.8
Current stable version - 0.9
---------------

**This version works with Google Play Services 8.4.0 and RxJava 1.1.+**
Expand Down Expand Up @@ -200,7 +200,7 @@ along with Google Play Services and RxJava.
```groovy
dependencies {
...
compile 'pl.charmas.android:android-reactive-location:0.8@aar'
compile 'pl.charmas.android:android-reactive-location:0.9@aar'
compile 'com.google.android.gms:play-services-location:8.4.0' //you can use newer GMS version if you need
compile 'io.reactivex:rxjava:1.1.5' //you can override RxJava version if you need
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=0.9-SNAPSHOT
VERSION_CODE=12
VERSION_NAME=0.9
VERSION_CODE=13
GROUP=pl.charmas.android


Expand Down

0 comments on commit a82d0eb

Please sign in to comment.