From e5ed6f1dbbe08ca5a4a08ffc769dedeb8fbaeeab Mon Sep 17 00:00:00 2001 From: Alexandros Schillings Date: Fri, 3 Feb 2017 12:16:08 +0000 Subject: [PATCH] Preparing for App relase v1.1.1 --- README.md | 2 ++ sample_app/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a60620..e03ed2f 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,8 @@ You can also lookup values and convert them to human friendly strings: * v1.1.0: * App refactor and materialisation. * Added runtime permissions. +* v1.1.1: + * Fix for [issue 23](https://github.com/alt236/Bluetooth-LE-Library---Android/issues/23) ## Permission Explanation You will need the following permissions to access the Bluetooth Hardware diff --git a/sample_app/build.gradle b/sample_app/build.gradle index 8d92baf..9803b75 100644 --- a/sample_app/build.gradle +++ b/sample_app/build.gradle @@ -2,8 +2,8 @@ apply plugin: 'com.android.application' final int versionMajor = 1 final int versionMinor = 1 -final int versionPatch = 0 -final int androidVersionCode = 6 +final int versionPatch = 1 +final int androidVersionCode = 7 final int targetSdk = rootProject.targetSdkVersion; final int minSdkRed = rootProject.minSdkVersion;