File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed 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:
146
146
* v1.1.0:
147
147
* App refactor and materialisation.
148
148
* Added runtime permissions.
149
+ * v1.1.1:
150
+ * Fix for [ issue 23] ( https://github.com/alt236/Bluetooth-LE-Library---Android/issues/23 )
149
151
150
152
## Permission Explanation
151
153
You 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'
2
2
3
3
final int versionMajor = 1
4
4
final int versionMinor = 1
5
- final int versionPatch = 0
6
- final int androidVersionCode = 6
5
+ final int versionPatch = 1
6
+ final int androidVersionCode = 7
7
7
8
8
final int targetSdk = rootProject. targetSdkVersion;
9
9
final int minSdkRed = rootProject. minSdkVersion;
You can’t perform that action at this time.
0 commit comments