react-native-moengage-geofence 6.0.3 → 6.1.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # 24-03-2025
2
+
3
+ ## 6.1.0
4
+ - Android
5
+ - Added support for AGP `8.7.3` and above
6
+ - `geofence` version updated to `4.3.0`
7
+ - iOS
8
+ - `MoEngagePluginGeofence` version updated to `3.3.0`
9
+
10
+ # 11-03-2025
11
+
12
+ ## 6.0.4
13
+ - iOS
14
+ - Fix build when `use_frameworks` enabled in `Podfile`
15
+
1
16
  # 29-01-2025
2
17
 
3
18
  ## 6.0.3
@@ -13,9 +13,12 @@ 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.0'
17
17
  s.dependency 'React'
18
+ s.dependency 'ReactNativeMoEngage'
18
19
  s.source_files = "ios/**/*.{h,m,mm,swift}"
20
+ s.public_header_files = 'ios/**/*.h'
21
+ s.module_map = false
19
22
 
20
23
 
21
24
  if defined?(install_modules_dependencies()) != nil
@@ -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.3",
3
+ "version": "6.1.0",
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
+ }