From ab9d8220dc9b2166006c7d98eb6a44f48804a43a Mon Sep 17 00:00:00 2001 From: Bjoern Muntwyler Date: Wed, 15 Mar 2017 13:29:00 +0100 Subject: [PATCH] Release 2.1.1 libble and 1.1.2 libsmartgadget Change-Id: I8fd90bd9eaaa335a3c5594c4c1d01f48019c2271 --- libble/build.gradle | 2 +- libsmartgadget/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libble/build.gradle b/libble/build.gradle index 9d0187d..8a1ed17 100644 --- a/libble/build.gradle +++ b/libble/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.library' apply plugin: 'maven' -version = "2.1.1-SNAPSHOT" +version = "2.1.1" def code = 32 android { diff --git a/libsmartgadget/build.gradle b/libsmartgadget/build.gradle index fa002f3..5506873 100644 --- a/libsmartgadget/build.gradle +++ b/libsmartgadget/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.library' apply plugin: 'maven' -version = "1.1.2-SNAPSHOT" +version = "1.1.2" def code = 7 android {