File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,6 +146,8 @@ You can also lookup values and convert them to human friendly strings:
146146* v1.1.0:
147147 * App refactor and materialisation.
148148 * Added runtime permissions.
149+ * v1.1.1:
150+ * Fix for [ issue 23] ( https://github.com/alt236/Bluetooth-LE-Library---Android/issues/23 )
149151
150152## Permission Explanation
151153You will need the following permissions to access the Bluetooth Hardware
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
22
33final int versionMajor = 1
44final int versionMinor = 1
5- final int versionPatch = 0
6- final int androidVersionCode = 6
5+ final int versionPatch = 1
6+ final int androidVersionCode = 7
77
88final int targetSdk = rootProject. targetSdkVersion;
99final int minSdkRed = rootProject. minSdkVersion;
You can’t perform that action at this time.
0 commit comments