Skip to content

Commit 8871fc5

Browse files
authored
Merge pull request #25 from alt236/release/app_v1_1_1
Preparing for App relase v1.1.1
2 parents e838cac + e5ed6f1 commit 8871fc5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff 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
151153
You will need the following permissions to access the Bluetooth Hardware

sample_app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
22

33
final int versionMajor = 1
44
final int versionMinor = 1
5-
final int versionPatch = 0
6-
final int androidVersionCode = 6
5+
final int versionPatch = 1
6+
final int androidVersionCode = 7
77

88
final int targetSdk = rootProject.targetSdkVersion;
99
final int minSdkRed = rootProject.minSdkVersion;

0 commit comments

Comments
 (0)