From 6da031d8cdc3e62baf4bbf7e16e1d35d67b73f54 Mon Sep 17 00:00:00 2001 From: Brian Giori Date: Wed, 19 Dec 2018 10:45:15 -0800 Subject: [PATCH] Update for 0.7.0 release --- README.md | 4 ++-- build.gradle | 1 - gradle.properties | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 41857cc1..fc4cc8b1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index afffd59a..9be0b640 100644 --- a/build.gradle +++ b/build.gradle @@ -19,6 +19,5 @@ allprojects { repositories { google() jcenter() - maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' } } } diff --git a/gradle.properties b/gradle.properties index ba6667a8..750061bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.)