Skip to content

Commit

Permalink
update tip of Android 7.0 readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davistsin committed Feb 23, 2017
1 parent ca96229 commit 5b7a182
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 24
versionCode 32
versionName "1.7.2"
versionCode 33
versionName "1.7.3"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand All @@ -31,7 +31,7 @@ publish {
userOrg = 'qindachang'
groupId = 'com.qindachang'
artifactId = 'BluetoothLELibrary'
publishVersion = '0.7.2'
publishVersion = '0.7.3'
desc = 'Android Bluetooth LE library'
website = 'https://github.com/qindachang/BluetoothLELibrary'
}

0 comments on commit 5b7a182

Please sign in to comment.