Skip to content

Commit

Permalink
Updated Changelog and Readmes. Release 1.12.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszseweryn committed May 1, 2021
1 parent 202b9ba commit 5843e4a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Change Log
==========
Version 1.12.1
* Added a new location check for API 28+ (https://github.com/Polidea/RxAndroidBle/pull/747)
* Fixed requirements for location services check (https://github.com/Polidea/RxAndroidBle/pull/748)

Version 1.12.0
* Fixed a leak in `ScanOperationApi21`, thanks @seotrader (https://github.com/Polidea/RxAndroidBle/pull/708)
* Added Service Solicitation UUIDs support, thanks @nrbrook! (https://github.com/Polidea/RxAndroidBle/pull/711)
Expand Down Expand Up @@ -262,4 +266,4 @@ Version 0.0.2 (RxJava1)
Version 0.0.1 (RxJava1)

Initial release
* Support for main bluetooth operations (discovery, connection, read, write, notifications)
* Support for main bluetooth operations (discovery, connection, read, write, notifications)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,15 +336,15 @@ Keep in mind that these are only _samples_ to show how the library can be used.
### Gradle
```groovy
implementation "com.polidea.rxandroidble2:rxandroidble:1.12.0"
implementation "com.polidea.rxandroidble2:rxandroidble:1.12.1"
```
### Maven
```xml
<dependency>
<groupId>com.polidea.rxandroidble2</groupId>
<artifactId>rxandroidble</artifactId>
<version>1.12.0</version>
<version>1.12.1</version>
<type>aar</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.polidea.rxandroidble2
VERSION_NAME=1.12.0
VERSION_NAME=1.12.1

POM_DESCRIPTION=RxJava backed support for Bluetooth Low Energy in Android

Expand Down
4 changes: 2 additions & 2 deletions mockrxandroidble/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ Get MockRxAndroidBle via Maven:
<dependency>
<groupId>com.polidea.rxandroidble2</groupId>
<artifactId>mockclient</artifactId>
<version>1.12.0</version>
<version>1.12.1</version>
<type>aar</type>
</dependency>
```

or via Gradle

```groovy
implementation "com.polidea.rxandroidble2:mockclient:1.12.0"
implementation "com.polidea.rxandroidble2:mockclient:1.12.1"
```

### License
Expand Down

0 comments on commit 5843e4a

Please sign in to comment.