Skip to content

Commit

Permalink
Update for 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Dec 19, 2018
1 parent aeccbad commit 6da031d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ A transport agnostic implementation of the McuManager protocol. Contains a defau
Contains the core and a BLE transport implementation using Nordic's [Android-BLE-Library v2](https://github.com/NordicSemiconductor/Android-BLE-Library/tree/develop).

```
implementation 'io.runtime.mcumgr:mcumgr-ble:0.7-alpha3'
implementation 'io.runtime.mcumgr:mcumgr-ble:0.7.0'
```

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

```
implementation 'io.runtime.mcumgr:mcumgr-core:0.7-alpha3'
implementation 'io.runtime.mcumgr:mcumgr-core:0.7.0'
```

# Introduction
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ allprojects {
repositories {
google()
jcenter()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.7-alpha3
VERSION_NAME=0.7.0
GROUP=io.runtime.mcumgr

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

0 comments on commit 6da031d

Please sign in to comment.