Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 5843e4a

Browse files
Updated Changelog and Readmes. Release 1.12.1.
1 parent 202b9ba commit 5843e4a

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Change Log
22
==========
3+
Version 1.12.1
4+
* Added a new location check for API 28+ (https://github.com/Polidea/RxAndroidBle/pull/747)
5+
* Fixed requirements for location services check (https://github.com/Polidea/RxAndroidBle/pull/748)
6+
37
Version 1.12.0
48
* Fixed a leak in `ScanOperationApi21`, thanks @seotrader (https://github.com/Polidea/RxAndroidBle/pull/708)
59
* Added Service Solicitation UUIDs support, thanks @nrbrook! (https://github.com/Polidea/RxAndroidBle/pull/711)
@@ -262,4 +266,4 @@ Version 0.0.2 (RxJava1)
262266
Version 0.0.1 (RxJava1)
263267

264268
Initial release
265-
* Support for main bluetooth operations (discovery, connection, read, write, notifications)
269+
* Support for main bluetooth operations (discovery, connection, read, write, notifications)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,15 +336,15 @@ Keep in mind that these are only _samples_ to show how the library can be used.
336336
### Gradle
337337
338338
```groovy
339-
implementation "com.polidea.rxandroidble2:rxandroidble:1.12.0"
339+
implementation "com.polidea.rxandroidble2:rxandroidble:1.12.1"
340340
```
341341
### Maven
342342
343343
```xml
344344
<dependency>
345345
<groupId>com.polidea.rxandroidble2</groupId>
346346
<artifactId>rxandroidble</artifactId>
347-
<version>1.12.0</version>
347+
<version>1.12.1</version>
348348
<type>aar</type>
349349
</dependency>
350350
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.polidea.rxandroidble2
2-
VERSION_NAME=1.12.0
2+
VERSION_NAME=1.12.1
33

44
POM_DESCRIPTION=RxJava backed support for Bluetooth Low Energy in Android
55

mockrxandroidble/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ Get MockRxAndroidBle via Maven:
6363
<dependency>
6464
<groupId>com.polidea.rxandroidble2</groupId>
6565
<artifactId>mockclient</artifactId>
66-
<version>1.12.0</version>
66+
<version>1.12.1</version>
6767
<type>aar</type>
6868
</dependency>
6969
```
7070

7171
or via Gradle
7272

7373
```groovy
74-
implementation "com.polidea.rxandroidble2:mockclient:1.12.0"
74+
implementation "com.polidea.rxandroidble2:mockclient:1.12.1"
7575
```
7676

7777
### License

0 commit comments

Comments
 (0)