Skip to content

Commit

Permalink
修改版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheedon committed Feb 13, 2022
1 parent ff12ac5 commit e411f50
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mqtt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ dependencies {
api 'org.eclipse.paho:org.eclipse.paho.android.service:1.1.1'

// 请求响应模式
api 'com.github.Sheedon.RequestResponseBinder:rr-dispatcher:0.2.6-alpha'
api 'com.github.Sheedon.RequestResponseBinder:rr-dispatcher:0.2.7-alpha'
// api 'org.sheedon.requestresponsebinder:rr-dispatcher:1.0-SNAPSHOT'
// android 环境下的超时处理者,java环境下正在开发中
api 'com.github.Sheedon.RequestResponseBinder:rr-timeout-android:0.2.6-alpha'
api 'com.github.Sheedon.RequestResponseBinder:rr-timeout-android:0.2.7-alpha'
// api 'org.sheedon.requestresponsebinder:rr-timeout-android:1.0-SNAPSHOT'
}

apply from: "../buildScripts/pushLocal.gradle"
//apply from: '../script/gradle-jcenter-push.gradle'

0 comments on commit e411f50

Please sign in to comment.