Skip to content

Commit

Permalink
1、修复持续接收通知回调过快导致数据重复的问题
Browse files Browse the repository at this point in the history
2、修复多个设备同时断开,偶尔收不到回调的问题
  • Loading branch information
aicareles committed Jan 29, 2019
1 parent f8c7fe6 commit e8735b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
minSdkVersion 18
targetSdkVersion 25
versionCode 6
versionName "2.5.2"
versionName "2.5.3"
versionNameSuffix ''
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -70,7 +70,7 @@ dependencies {
})

compile project(':blelibrary')
// compile 'cn.com.superLei:blelibrary:2.5.2'
// compile 'cn.com.superLei:blelibrary:2.5.3'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
// compile 'com.orhanobut:logger:1.15'
Expand Down
4 changes: 2 additions & 2 deletions blelibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 18
targetSdkVersion 25
versionCode 47
versionName "2.5.2"
versionName "2.5.3"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -48,7 +48,7 @@ tasks.withType(Javadoc) {
// options.addStringOption('links','http://docs.oracle.com/javase/7/docs/api')
}

version = "2.5.2" //这个是版本号,必须填写
version = "2.5.3" //这个是版本号,必须填写
def siteUrl = 'https://github.com/Alex-Jerry/Android-BLE' // 项目的主页 这个是说明,可随便填
def gitUrl = 'https://github.com/Alex-Jerry/Android-BLE' // Git仓库的url 这个是说明,可随便填
//compile 'com.arshowbaby:mylibrary:1.0.0'中的com.arshowbaby
Expand Down

0 comments on commit e8735b1

Please sign in to comment.