react-native-gizwits-sdk-v5 1.5.0-beta.37 → 1.5.0-beta.38

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.3.9")
71
- implementation("io.github.gizwits:sdk-bluetooth:1.3.9")
72
- implementation("io.github.gizwits:sdk-lan:1.3.9")
73
- implementation("io.github.gizwits:sdk-mqtt:1.3.9")
70
+ implementation("io.github.gizwits:sdk:1.4.0")
71
+ implementation("io.github.gizwits:sdk-bluetooth:1.4.0")
72
+ implementation("io.github.gizwits:sdk-lan:1.4.0")
73
+ implementation("io.github.gizwits:sdk-mqtt:1.4.0")
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
@@ -303,7 +303,7 @@ class RNGizDeviceManagerModule(reactContext: ReactApplicationContext) : ReactCon
303
303
  }
304
304
 
305
305
  @ReactMethod
306
- fun stopProvideWiFiCredentialsWithAirLink(options: ReadableMap, result: Callback) {
306
+ fun stopProvideWiFiCredentialsWithAirLink(result: Callback) {
307
307
  moduleScope.launch {
308
308
  val res = GizESPTouchSmartConfig.stopProvideWiFiCredentialsWithAirLink()
309
309
  GizRNCallbackManager.callbackWithResult(callback = result, result = res)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gizwits-sdk-v5",
3
- "version": "1.5.0-beta.37",
3
+ "version": "1.5.0-beta.38",
4
4
  "description": "Gizwits",
5
5
  "homepage": "https://github.com/demchenkoalex/react-native-gizwits-sdk-v5#readme",
6
6
  "main": "lib/index.js",