react-native-gizwits-sdk-v5 1.7.6-beta → 1.7.8-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/android/build.gradle
CHANGED
|
@@ -67,10 +67,10 @@ dependencies {
|
|
|
67
67
|
// ESPTouch
|
|
68
68
|
implementation 'com.github.EspressifApp:lib-esptouch-android:1.1.1'
|
|
69
69
|
|
|
70
|
-
implementation("io.github.gizwits:sdk:1.4.
|
|
71
|
-
implementation("io.github.gizwits:sdk-bluetooth:1.4.
|
|
72
|
-
implementation("io.github.gizwits:sdk-lan:1.4.
|
|
73
|
-
implementation("io.github.gizwits:sdk-mqtt:1.4.
|
|
70
|
+
implementation("io.github.gizwits:sdk:1.4.11")
|
|
71
|
+
implementation("io.github.gizwits:sdk-bluetooth:1.4.11")
|
|
72
|
+
implementation("io.github.gizwits:sdk-lan:1.4.11")
|
|
73
|
+
implementation("io.github.gizwits:sdk-mqtt:1.4.11")
|
|
74
74
|
// implementation files('libs/sdk-release.aar', 'libs/sdk-bluetooth-release.aar', 'libs/sdk-lan-release.aar', 'libs/sdk-mqtt-release.aar')
|
|
75
75
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutine_version")
|
|
76
76
|
// retrofit
|
package/lib/types.d.ts
CHANGED
|
@@ -119,6 +119,8 @@ export interface ServerInfoStruct {
|
|
|
119
119
|
export interface ProductInfoStruct {
|
|
120
120
|
productKey: string;
|
|
121
121
|
productSecret: string;
|
|
122
|
+
/** China Mobile AiJia BLE device type id used by Android and iOS discovery. */
|
|
123
|
+
cmbDeviceTypeId?: string;
|
|
122
124
|
}
|
|
123
125
|
export interface GizConfigStruct {
|
|
124
126
|
appID: string;
|
package/package.json
CHANGED