@infilect-sdk/infiviz-shots-react-sdk 1.2.24 → 1.2.25

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
@@ -4,6 +4,10 @@
4
4
 
5
5
  Following are the versions for **React Native SDK**
6
6
 
7
+ - **V 1.2.25** <br/>
8
+
9
+ 1. JVM Version min 17 for Bridge Layer
10
+
7
11
  - **V 1.2.24** <br/>
8
12
 
9
13
  1. Rotate button fix (iOS)
@@ -78,12 +78,12 @@ android {
78
78
  }
79
79
 
80
80
  compileOptions {
81
- sourceCompatibility JavaVersion.VERSION_1_8
82
- targetCompatibility JavaVersion.VERSION_1_8
81
+ sourceCompatibility JavaVersion.VERSION_17
82
+ targetCompatibility JavaVersion.VERSION_17
83
83
  }
84
84
 
85
85
  kotlinOptions {
86
- jvmTarget = "1.8"
86
+ jvmTarget = "17"
87
87
  }
88
88
 
89
89
  sourceSets {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infilect-sdk/infiviz-shots-react-sdk",
3
- "version": "1.2.24",
3
+ "version": "1.2.25",
4
4
  "description": "React Native package for native libraries",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",