Skip to content

Commit 6da031d

Browse files
committed
Update for 0.7.0 release
1 parent aeccbad commit 6da031d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ A transport agnostic implementation of the McuManager protocol. Contains a defau
88
Contains the core and a BLE transport implementation using Nordic's [Android-BLE-Library v2](https://github.com/NordicSemiconductor/Android-BLE-Library/tree/develop).
99

1010
```
11-
implementation 'io.runtime.mcumgr:mcumgr-ble:0.7-alpha3'
11+
implementation 'io.runtime.mcumgr:mcumgr-ble:0.7.0'
1212
```
1313

1414
#### McuManager Core
1515
Core dependency only. Use if you want to provide your own transport implementation.
1616

1717
```
18-
implementation 'io.runtime.mcumgr:mcumgr-core:0.7-alpha3'
18+
implementation 'io.runtime.mcumgr:mcumgr-core:0.7.0'
1919
```
2020

2121
# Introduction

build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ allprojects {
1919
repositories {
2020
google()
2121
jcenter()
22-
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
2322
}
2423
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.7-alpha3
1+
VERSION_NAME=0.7.0
22
GROUP=io.runtime.mcumgr
33

44
POM_DESCRIPTION=A mobile management library for devices running Apache Mynewt and Zephyr (DFU, logs, stats, config, etc.)

0 commit comments

Comments
 (0)