Skip to content

Commit

Permalink
升级ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
neilyhe committed Oct 16, 2024
1 parent b971e9c commit 32b57e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
keyPassword '111222'
}
}
ndkVersion "25.2.9519653"
ndkVersion "27.1.12297006"
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import java.util.*

class TIoTCoreUtil {
@Volatile
var groupAddress = "***REMOVED***"
var groupAddress = "239.0.0.255"

var softAPService: SoftAPService? = null
var softAPConfigNetListener: SoftAPConfigNetListener? = null
Expand Down
2 changes: 1 addition & 1 deletion sdkdemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
keyPassword '111222'
}
}
ndkVersion "25.2.9519653"
ndkVersion "27.1.12297006"
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion sdkdemo/src/main/res/layout/activity_wired_config_net.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="组播 ip"
android:text="***REMOVED***"
android:text="239.0.0.255"
app:layout_constraintTop_toTopOf="parent"
/>

Expand Down

0 comments on commit 32b57e3

Please sign in to comment.