Skip to content

Commit

Permalink
Release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
whilu committed Feb 16, 2017
1 parent 89331f9 commit b6ffb96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A library to make classic bluetooth or BLE easier to use in Android.

```groovy
dependencies {
compile 'co.lujun:lmbluetoothsdk:1.0.4'
compile 'co.lujun:lmbluetoothsdk:1.0.5'
}
```

Expand All @@ -26,7 +26,7 @@ dependencies {
<dependency>
<groupId>co.lujun</groupId>
<artifactId>lmbluetoothsdk</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<packaging>aar</packaging>
</dependency>
```
Expand Down Expand Up @@ -191,6 +191,8 @@ Manufacturing bluetooth connection status, there are 6 states in the class.
| STATE_GOT_CHARACTERISTICS | 6 | got all characteristics

## Change logs
###1.0.5(2017-2-16)

###1.0.4(2017-2-6)
- bug fix

Expand Down
4 changes: 2 additions & 2 deletions lmbluetoothsdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 23
versionCode 104
versionName "1.0.4"
versionCode 105
versionName "1.0.5"
}
buildTypes {
release {
Expand Down

0 comments on commit b6ffb96

Please sign in to comment.