Skip to content

Commit

Permalink
Update readme to version=2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Nov 14, 2024
1 parent f25b2bf commit e15a45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ new version to get future updates. See [migration guide](#migration-from-the-ori
Contains the core and a BLE transport implementation using Nordic's [Android-BLE-Library v2](https://github.com/NordicSemiconductor/Android-BLE-Library).

```groovy
implementation 'no.nordicsemi.android:mcumgr-ble:2.2.1'
implementation 'no.nordicsemi.android:mcumgr-ble:2.2.2'
```

The core module will be included automatically.
Expand All @@ -36,7 +36,7 @@ The core module will be included automatically.
Core dependency only. Use if you want to provide your own transport implementation.

```groovy
implementation 'no.nordicsemi.android:mcumgr-core:2.2.1'
implementation 'no.nordicsemi.android:mcumgr-core:2.2.2'
```

> Latest version targeting API 30 (Android 11) is 0.13.0-beta07.
Expand Down

0 comments on commit e15a45d

Please sign in to comment.