hnc-rn-image-overlay 1.0.7 → 1.0.8

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.
@@ -25,6 +25,15 @@ android {
25
25
  targetSdkVersion safeExtGet('targetSdkVersion', 34)
26
26
  consumerProguardFiles 'proguard-rules.pro'
27
27
  }
28
+
29
+ compileOptions {
30
+ sourceCompatibility JavaVersion.VERSION_17
31
+ targetCompatibility JavaVersion.VERSION_17
32
+ }
33
+
34
+ kotlinOptions {
35
+ jvmTarget = "17"
36
+ }
28
37
  }
29
38
 
30
39
  repositories {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hnc-rn-image-overlay",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Native module to add overlay and text watermark to images for React Native",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",