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;