react-native-gizwits-sdk-v5 1.3.4 → 1.3.6

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.
@@ -14,6 +14,13 @@ buildscript {
14
14
  repositories {
15
15
  google()
16
16
  mavenCentral()
17
+ maven {
18
+ credentials {
19
+ username '65437c6adb4f00f51829bd4f'
20
+ password 'd3V__Pix=)-9'
21
+ }
22
+ url 'https://packages.aliyun.com/maven/repository/2430651-release-XMmW7q/'
23
+ }
17
24
  }
18
25
 
19
26
  dependencies {
@@ -63,10 +70,10 @@ dependencies {
63
70
  implementation "org.eclipse.paho:org.eclipse.paho.client.mqttv3:$mqtt_version"
64
71
 
65
72
 
66
- implementation("io.github.gizwits:sdk:1.0.4")
67
- implementation("io.github.gizwits:sdk-bluetooth:1.0.4")
68
- implementation("io.github.gizwits:sdk-lan:1.0.4")
69
- implementation("io.github.gizwits:sdk-mqtt:1.0.4")
73
+ implementation("io.github.gizwits:sdk:1.0.7")
74
+ implementation("io.github.gizwits:sdk-bluetooth:1.0.7")
75
+ implementation("io.github.gizwits:sdk-lan:1.0.7")
76
+ implementation("io.github.gizwits:sdk-mqtt:1.0.7")
70
77
 
71
78
  implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutine_version")
72
79
  // retrofit
@@ -213,6 +213,7 @@ class RNGizSDKManagerModule(reactContext: ReactApplicationContext) : ReactContex
213
213
  var config = RNGizParamsChecker.check(options, result, GizConfiguration::class.java)
214
214
  config?.let {
215
215
  try {
216
+ GizSDKManager.setDebug(true)
216
217
  GizSDKManager.initSDK(config)
217
218
  GizRNCallbackManager.callbackWithResult(callback = result, result = Result.success<Number>(0))
218
219
  } catch (e: GizException) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gizwits-sdk-v5",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "description": "Gizwits",
5
5
  "homepage": "https://github.com/demchenkoalex/react-native-gizwits-sdk-v5#readme",
6
6
  "main": "lib/index.js",