react-native-gizwits-sdk-v5 1.3.94 → 1.3.95

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.
@@ -39,14 +39,14 @@ android {
39
39
  targetSdkVersion safeExtGet('targetSdkVersion', 34)
40
40
  }
41
41
 
42
- compileOptions {
43
- sourceCompatibility JavaVersion.VERSION_11
44
- targetCompatibility JavaVersion.VERSION_11
45
- }
46
-
47
- kotlinOptions {
48
- jvmTarget = '11'
49
- }
42
+ // compileOptions {
43
+ // sourceCompatibility JavaVersion.VERSION_11
44
+ // targetCompatibility JavaVersion.VERSION_11
45
+ // }
46
+
47
+ // kotlinOptions {
48
+ // jvmTarget = '11'
49
+ // }
50
50
  }
51
51
 
52
52
  repositories {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gizwits-sdk-v5",
3
- "version": "1.3.94",
3
+ "version": "1.3.95",
4
4
  "description": "Gizwits",
5
5
  "homepage": "https://github.com/demchenkoalex/react-native-gizwits-sdk-v5#readme",
6
6
  "main": "lib/index.js",