@infilectorg/infiviz-shots-react-sdk 1.1.13 → 1.2.0

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.
@@ -66,7 +66,6 @@ android {
66
66
  release {
67
67
  debuggable false
68
68
  minifyEnabled false
69
- proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
70
69
  }
71
70
  debug {
72
71
  minifyEnabled false
@@ -83,6 +82,10 @@ android {
83
82
  targetCompatibility JavaVersion.VERSION_1_8
84
83
  }
85
84
 
85
+ kotlinOptions {
86
+ jvmTarget = "1.8"
87
+ }
88
+
86
89
  sourceSets {
87
90
  main {
88
91
  java.srcDirs += [
@@ -105,7 +108,7 @@ dependencies {
105
108
  implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
106
109
 
107
110
 
108
- implementation 'com.infilect:infivizshots-sdk:RN-1.0.11'
111
+ implementation 'com.infilect:infivizshots-sdk:RN-1.2.0'
109
112
 
110
113
  testImplementation 'junit:junit:4.13.2'
111
114
  implementation 'com.github.bumptech.glide:glide:4.14.2'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infilectorg/infiviz-shots-react-sdk",
3
- "version": "1.1.13",
3
+ "version": "1.2.0",
4
4
  "description": "React Native package for native libraries",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",