File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
explorer/explorer-device-java Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -145,5 +145,5 @@ signing {
145
145
}
146
146
}
147
147
148
- sourceCompatibility = " 7 "
149
- targetCompatibility = " 7 "
148
+ sourceCompatibility = " 8 "
149
+ targetCompatibility = " 8 "
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ This error is caused by the version incompatibility between the two libraries (`
46
46
```
47
47
dependencies {
48
48
...
49
- implementation 'org.bouncycastle:bcprov-jdk15on:1.57 '
50
- implementation 'org.bouncycastle:bcpkix-jdk15on:1.57 '
49
+ implementation 'org.bouncycastle:bcprov-jdk15on:1.65 '
50
+ implementation 'org.bouncycastle:bcpkix-jdk15on:1.65 '
51
51
implementation ('com.tencent.iot.hub:hub-device-android-core:x.x.x') {// `x.x.x` is the version number of the imported SDK
52
52
exclude group: 'org.bouncycastle'
53
53
}
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ onConnectionLost回调已断开连接(32109),表示设备已断开连接
46
46
```
47
47
dependencies {
48
48
...
49
- implementation 'org.bouncycastle:bcprov-jdk15on:1.57 '
50
- implementation 'org.bouncycastle:bcpkix-jdk15on:1.57 '
49
+ implementation 'org.bouncycastle:bcprov-jdk15on:1.65 '
50
+ implementation 'org.bouncycastle:bcpkix-jdk15on:1.65 '
51
51
implementation ('com.tencent.iot.hub:hub-device-android-core:x.x.x') {//x.x.x为引入sdk的版本号
52
52
exclude group: 'org.bouncycastle'
53
53
}
Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ dependencies {
145
145
api " org.eclipse.paho:org.eclipse.paho.client.mqttv3:${ rootProject.ext.mqttJavaSdkVer} "
146
146
api " com.squareup.okhttp3:okhttp:3.12.2"
147
147
api ' org.json:json:20240303'
148
- api ' org.bouncycastle:bcprov-jdk15on:1.57 '
149
- api ' org.bouncycastle:bcpkix-jdk15on:1.57 '
148
+ api ' org.bouncycastle:bcprov-jdk15on:1.65 '
149
+ api ' org.bouncycastle:bcpkix-jdk15on:1.65 '
150
150
// WebSocket
151
151
api ' org.java-websocket:Java-WebSocket:1.5.2'
152
152
testImplementation ' junit:junit:4.13'
@@ -158,8 +158,8 @@ signing {
158
158
}
159
159
}
160
160
161
- sourceCompatibility = " 7 "
162
- targetCompatibility = " 7 "
161
+ sourceCompatibility = " 8 "
162
+ targetCompatibility = " 8 "
163
163
164
164
task clearLastestJavadoc (type : Delete ) {
165
165
doFirst {
You can’t perform that action at this time.
0 commit comments