diff --git a/CHANGELOG.md b/CHANGELOG.md index 27dd4bda0..7c99a1f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ Change Log ========== +Version 1.7.1 +* Fixed location/scan permissions for Android 10 + Version 1.7.0 * Added `QUICK_SETUP` mode for setting notifications/indications (https://github.com/Polidea/RxAndroidBle/pull/479) * Fixed possible `IllegalArgumentException` while parsing UUIDs from advertisements (https://github.com/Polidea/RxAndroidBle/pull/486) diff --git a/README.md b/README.md index 76aa575d2..f3f460638 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,7 @@ Complete usage examples are located in `/sample` [GitHub repo](https://github.co ### Gradle ```groovy -compile "com.polidea.rxandroidble:rxandroidble:1.7.0" +compile "com.polidea.rxandroidble:rxandroidble:1.7.1" ``` ### Maven @@ -335,7 +335,7 @@ compile "com.polidea.rxandroidble:rxandroidble:1.7.0" com.polidea.rxandroidble rxandroidble - 1.7.0 + 1.7.1 aar ``` diff --git a/gradle.properties b/gradle.properties index e56107084..c4f6a2311 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.polidea.rxandroidble -VERSION_NAME=1.7.0 +VERSION_NAME=1.7.1 POM_DESCRIPTION=RxJava backed support for Bluetooth Low Energy in Android diff --git a/mockrxandroidble/README.md b/mockrxandroidble/README.md index 104975d4c..9dd8e3450 100644 --- a/mockrxandroidble/README.md +++ b/mockrxandroidble/README.md @@ -40,7 +40,7 @@ Get MockRxAndroidBle via Maven: com.polidea.rxandroidble mockclient - 1.7.0 + 1.7.1 aar ``` @@ -48,7 +48,7 @@ Get MockRxAndroidBle via Maven: or via Gradle ```groovy -compile "com.polidea.rxandroidble:mockclient:1.7.0" +compile "com.polidea.rxandroidble:mockclient:1.7.1" ``` ### License