Skip to content

Commit

Permalink
Updated Changelog and Readmes. Release 1.14.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszseweryn committed Jun 4, 2022
1 parent 3e29e54 commit 2fe1fd3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
Change Log
==========
Version 1.14.1
* Fixed duplicate 'META-INF/com.google.dagger_dagger.version' file (https://github.com/Polidea/RxAndroidBle/pull/790)

Version 1.14.0
* Added `RxBleClient#getConnectedPeripherals` for retrieving all BLE peripherals connected to the device, thanks @DaBs! (https://github.com/Polidea/RxAndroidBle/pull/765)
* Updated URL for native GATT statuses in `BleGattException`, thanks @ariccio! (https://github.com/Polidea/RxAndroidBle/pull/779)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -28,15 +28,15 @@ The first step is to include RxAndroidBle into your project.
### Gradle
If you use Gradle to build your project — as a Gradle project implementation dependency:
```groovy
implementation "com.polidea.rxandroidble2:rxandroidble:1.14.0"
implementation "com.polidea.rxandroidble2:rxandroidble:1.14.1"
```
### Maven
If you use Maven to build your project — as a Maven project dependency:
```xml
<dependency>
<groupId>com.polidea.rxandroidble2</groupId>
<artifactId>rxandroidble</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
<type>aar</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.polidea.rxandroidble2
VERSION_NAME=1.14.0
VERSION_NAME=1.14.1

POM_DESCRIPTION=RxJava backed support for Bluetooth Low Energy in Android

Expand Down
4 changes: 2 additions & 2 deletions mockrxandroidble/README.md
Expand Up @@ -63,15 +63,15 @@ Get MockRxAndroidBle via Maven:
<dependency>
<groupId>com.polidea.rxandroidble2</groupId>
<artifactId>mockclient</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
<type>aar</type>
</dependency>
```

or via Gradle

```groovy
implementation "com.polidea.rxandroidble2:mockclient:1.14.0"
implementation "com.polidea.rxandroidble2:mockclient:1.14.1"
```

### License
Expand Down

0 comments on commit 2fe1fd3

Please sign in to comment.