react-native-moengage-geofence 6.0.4 → 6.1.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,18 @@
1
+ # 16-04-2025
2
+
3
+ ## 6.1.1
4
+ - iOS
5
+ - `MoEngagePluginGeofence` version updated to `3.3.2`
6
+
7
+ # 24-03-2025
8
+
9
+ ## 6.1.0
10
+ - Android
11
+ - Added support for AGP `8.7.3` and above
12
+ - `geofence` version updated to `4.3.0`
13
+ - iOS
14
+ - `MoEngagePluginGeofence` version updated to `3.3.0`
15
+
1
16
  # 11-03-2025
2
17
 
3
18
  ## 6.0.4
@@ -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', '3.2.0'
16
+ s.dependency 'MoEngagePluginGeofence', '3.3.2'
17
17
  s.dependency 'React'
18
18
  s.dependency 'ReactNativeMoEngage'
19
19
  s.source_files = "ios/**/*.{h,m,mm,swift}"
@@ -7,7 +7,7 @@ buildscript {
7
7
  }
8
8
 
9
9
  dependencies {
10
- classpath 'com.android.tools.build:gradle:8.4.0'
10
+ classpath 'com.android.tools.build:gradle:8.7.3'
11
11
  // noinspection DifferentKotlinGradleVersion
12
12
  classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
13
13
  }
@@ -15,9 +15,9 @@ buildscript {
15
15
 
16
16
  ext {
17
17
  //dependency version
18
- moengageCoreVersion = "13.05.02"
19
- moengageGeofenceVersion = "4.2.1"
20
- pluginBaseGeofenceVersion = "2.1.1"
18
+ moengageCoreVersion = "13.06.00"
19
+ moengageGeofenceVersion = "4.3.0"
20
+ pluginBaseGeofenceVersion = "2.2.0"
21
21
  }
22
22
 
23
23
  apply plugin: 'com.android.library'
@@ -1,5 +1,5 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
4
4
  zipStoreBase=GRADLE_USER_HOME
5
5
  zipStorePath=wrapper/dists
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-moengage-geofence",
3
- "version": "6.0.4",
3
+ "version": "6.1.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": [
@@ -46,4 +46,4 @@
46
46
  "javaPackageName": "com.moengage.react.geofence"
47
47
  }
48
48
  }
49
- }
49
+ }