react-native-gizwits-sdk-v5 1.4.75-light → 1.4.76-bololo

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/README.md CHANGED
@@ -54,9 +54,3 @@ let data = await RNGizSDKManagerModule.initSDK({
54
54
  ```
55
55
 
56
56
  如果不填写,将会按照客户端所在的地区自动选择
57
-
58
-
59
- ## 更新日志
60
-
61
- ### 1.4.31
62
- 修正ios修改名称无效
@@ -63,12 +63,10 @@ dependencies {
63
63
 
64
64
  implementation "androidx.startup:startup-runtime:$startup_version"
65
65
 
66
- implementation 'com.github.wendykierp:JTransforms:3.1'
67
-
68
- implementation("io.github.gizwits:sdk:1.3.7-light")
69
- implementation("io.github.gizwits:sdk-bluetooth:1.3.7-light")
70
- implementation("io.github.gizwits:sdk-lan:1.3.7-light")
71
- implementation("io.github.gizwits:sdk-mqtt:1.3.7-light")
66
+ implementation("io.github.gizwits:sdk:1.4.6-bololo")
67
+ implementation("io.github.gizwits:sdk-bluetooth:1.4.6-bololo")
68
+ implementation("io.github.gizwits:sdk-lan:1.4.6-bololo")
69
+ implementation("io.github.gizwits:sdk-mqtt:1.4.6-bololo")
72
70
  // implementation files('libs/sdk-release.aar', 'libs/sdk-bluetooth-release.aar', 'libs/sdk-lan-release.aar', 'libs/sdk-mqtt-release.aar')
73
71
  implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutine_version")
74
72
  // retrofit