Skip to content

Commit bdb2dd4

Browse files
committed
Release 1.0.0
1 parent c74abaf commit bdb2dd4

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Add below dependency in your **build.gradle** file.
1616

1717
```groovy
1818
dependencies {
19-
// upload later...
20-
// compile 'co.lujun:lmbluetoothsdk:1.0.0'
19+
compile 'co.lujun:lmbluetoothsdk:1.0.0'
2120
}
2221
```
2322

@@ -174,7 +173,8 @@ Manufacturing bluetooth connection status, there are 6 states in the class.
174173
| STATE_DISCONNECTED | 4 | lost the connection
175174
| STATE_UNKNOWN | 5 | unknown state
176175

177-
## Change logs
176+
## Change logs(2016-1-26)
177+
- First release
178178

179179
## Sample App
180180
[APK](/sample/sample-release.apk)

Diff for: build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:1.5.0'
9+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
10+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
911

1012
// NOTE: Do not place your application dependencies here; they belong
1113
// in the individual module build.gradle files

Diff for: lmbluetoothsdk/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ android {
2020

2121
dependencies {
2222
}
23+
apply from: 'https://raw.githubusercontent.com/whilu/AndroidPublishLibrary/master/project/library/bintray_publish.gradle'

Diff for: sample/sample-release.apk

-5.54 KB
Binary file not shown.

0 commit comments

Comments
 (0)