Skip to content

Commit

Permalink
Merge pull request #25 from alt236/release/app_v1_1_1
Browse files Browse the repository at this point in the history
Preparing for App relase v1.1.1
  • Loading branch information
alt236 authored Feb 3, 2017
2 parents e838cac + e5ed6f1 commit 8871fc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions sample_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8871fc5

Please sign in to comment.