hnc-rn-image-overlay 1.0.2 → 1.0.3

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.
@@ -24,15 +24,6 @@ android {
24
24
  minSdkVersion safeExtGet('minSdkVersion', 21)
25
25
  targetSdkVersion safeExtGet('targetSdkVersion', 34)
26
26
  }
27
-
28
- compileOptions {
29
- sourceCompatibility JavaVersion.VERSION_11
30
- targetCompatibility JavaVersion.VERSION_11
31
- }
32
-
33
- kotlinOptions {
34
- jvmTarget = "11"
35
- }
36
27
  }
37
28
 
38
29
  repositories {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hnc-rn-image-overlay",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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",