Preparing for App relase v1.1.1

This commit is contained in:
Alexandros Schillings
2017-02-03 12:16:08 +00:00
parent ebc44c7537
commit e5ed6f1dbb
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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;