Preparing for App relase v1.1.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user