react-native-moengage-geofence 3.5.0 → 3.6.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # 12-02-2024
2
+
3
+ ## 3.6.1
4
+ - Android
5
+ - Support for Java 17
6
+
7
+ # 29-01-2024
8
+
9
+ ## 3.6.0
10
+ - iOS
11
+ - MoEngageGeofence SDK version updated to `~>5.14.0`.
12
+
1
13
  # 29-11-2023
2
14
 
3
15
  ## 3.5.0
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
13
  s.authors = "MoEngage Inc."
14
14
  s.source = {:file => './' }
15
15
  s.platform = :ios, "11.0"
16
- s.dependency 'MoEngagePluginGeofence', '>=2.5.0', '< 2.6.0'
16
+ s.dependency 'MoEngagePluginGeofence', '>=2.6.0', '< 2.7.0'
17
17
  s.dependency 'React'
18
18
  s.source_files = "ios/**/*.{h,m,mm,swift}"
19
19
 
@@ -38,6 +38,10 @@ android {
38
38
  sourceCompatibility JavaVersion.VERSION_1_8
39
39
  targetCompatibility JavaVersion.VERSION_1_8
40
40
  }
41
+
42
+ kotlinOptions {
43
+ freeCompilerArgs = ['-Xjvm-default=all']
44
+ }
41
45
  }
42
46
 
43
47
  repositories {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-moengage-geofence",
3
- "version": "3.5.0",
3
+ "version": "3.6.1",
4
4
  "description": "MoEngage React Native package to support geofence based campaigns in iOS platform",
5
5
  "main": "src/index.ts",
6
6
  "files": [