Skip to content

Commit 32b57e3

Browse files
committed
升级ndk
1 parent b971e9c commit 32b57e3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
keyPassword '111222'
2424
}
2525
}
26-
ndkVersion "25.2.9519653"
26+
ndkVersion "27.1.12297006"
2727
compileSdkVersion 29
2828
buildToolsVersion "29.0.2"
2929
defaultConfig {

sdk/explorer-link-android/src/main/java/com/tencent/iot/explorer/link/core/link/configNetwork/TIoTCoreUtil.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import java.util.*
2424

2525
class TIoTCoreUtil {
2626
@Volatile
27-
var groupAddress = "***REMOVED***"
27+
var groupAddress = "239.0.0.255"
2828

2929
var softAPService: SoftAPService? = null
3030
var softAPConfigNetListener: SoftAPConfigNetListener? = null

sdkdemo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
keyPassword '111222'
2323
}
2424
}
25-
ndkVersion "25.2.9519653"
25+
ndkVersion "27.1.12297006"
2626
compileSdkVersion 29
2727
buildToolsVersion "29.0.2"
2828
defaultConfig {

sdkdemo/src/main/res/layout/activity_wired_config_net.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
android:layout_width="match_parent"
1010
android:layout_height="wrap_content"
1111
android:hint="组播 ip"
12-
android:text="***REMOVED***"
12+
android:text="239.0.0.255"
1313
app:layout_constraintTop_toTopOf="parent"
1414
/>
1515

0 commit comments

Comments
 (0)