From a82d0ebfc0ccd1acf9667ef82bd2beb2630d41da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Charmas?= Date: Wed, 11 May 2016 00:05:56 +0200 Subject: [PATCH] Version++ 0.9 --- README.md | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ce84993d..b8c30230 100644 --- a/README.md +++ b/README.md @@ -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.+** @@ -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 diff --git a/gradle.properties b/gradle.properties index 761ba331..06b410b2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=0.9-SNAPSHOT -VERSION_CODE=12 +VERSION_NAME=0.9 +VERSION_CODE=13 GROUP=pl.charmas.android