react-native-gizwits-sdk-v5 1.7.5 → 1.7.7-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.
@@ -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.8")
71
- implementation("io.github.gizwits:sdk-bluetooth:1.4.8")
72
- implementation("io.github.gizwits:sdk-lan:1.4.8")
73
- implementation("io.github.gizwits:sdk-mqtt:1.4.8")
70
+ implementation("io.github.gizwits:sdk:1.4.10")
71
+ implementation("io.github.gizwits:sdk-bluetooth:1.4.10")
72
+ implementation("io.github.gizwits:sdk-lan:1.4.10")
73
+ implementation("io.github.gizwits:sdk-mqtt:1.4.10")
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gizwits-sdk-v5",
3
- "version": "1.7.5",
3
+ "version": "1.7.7-beta",
4
4
  "description": "Gizwits",
5
5
  "homepage": "https://github.com/demchenkoalex/react-native-gizwits-sdk-v5#readme",
6
6
  "main": "lib/index.js",
@@ -19,6 +19,6 @@ Pod::Spec.new do |s|
19
19
 
20
20
  s.dependency 'React'
21
21
  s.dependency 'CryptoSwift', '~> 1.8.0'
22
- s.dependency 'GizwitsiOSSDK', '~> 2.1.4'
22
+ s.dependency 'GizwitsiOSSDK', '~> 2.1.6'
23
23
 
24
24
  end