react-native-moengage-geofence 7.3.0 → 7.4.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,19 @@
1
+ # 11-06-2026
2
+
3
+ ## 7.4.1
4
+
5
+ - Android
6
+ - Downgrading Compile Java Version to 17
7
+
8
+ # 07-05-2026
9
+
10
+ ## 7.4.0
11
+
12
+ - Android
13
+ - updating `android-bom` to `2.2.2`
14
+ - iOS
15
+ - Updated `MoEngage-iOS-SDK` to `10.12.0`
16
+
1
17
  # 15-04-2026
2
18
 
3
19
  ## 7.3.0
@@ -7,8 +23,8 @@
7
23
  - AGP version updated from `8.7.3` to `8.13.2`
8
24
  - Migrating the common gradle configuration to the gradle config
9
25
  - iOS
10
- - Updated MoEngageGeofence to `6.00.7`
11
-
26
+ - Updated MoEngageGeofence to `6.00.7`
27
+
12
28
  # 09-02-2026
13
29
 
14
30
  ## 7.2.0
@@ -27,7 +43,7 @@
27
43
  - Moving the internal native dependencies to bill-of-materials (BOM) for better version management.
28
44
  - iOS
29
45
  - `MoEngage-iOS-SDK` version updated to `10.08.0`
30
-
46
+
31
47
  # 17-10-2025
32
48
 
33
49
  ## 7.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, "13.0"
16
- s.dependency 'MoEngagePluginGeofence', '4.8.2'
16
+ s.dependency 'MoEngagePluginGeofence', '4.9.0'
17
17
  s.dependency 'React'
18
18
  s.dependency 'ReactNativeMoEngage'
19
19
  s.source_files = "ios/**/*.{h,m,mm,swift}"
@@ -1,8 +1,8 @@
1
1
  import com.moengage.gradle.android.library.plugin.configs.BuildConfigType
2
2
 
3
3
  ext {
4
- moengageNativeBOMVersion = "2.1.0"
5
- moengagePluginBaseBOMVersion = "2.0.0"
4
+ moengageNativeBOMVersion = "2.2.2"
5
+ moengagePluginBaseBOMVersion = "3.0.1"
6
6
  kotlinVersion = "1.9.23"
7
7
  }
8
8
 
@@ -16,7 +16,7 @@ buildscript {
16
16
  dependencies {
17
17
  classpath 'com.android.tools.build:gradle:8.13.2'
18
18
  classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
19
- classpath "com.moengage.android.hybrid.module.config.plugin:com.moengage.android.hybrid.module.config.plugin.gradle.plugin:0.0.4"
19
+ classpath "com.moengage.android.hybrid.module.config.plugin:com.moengage.android.hybrid.module.config.plugin.gradle.plugin:0.0.5"
20
20
  }
21
21
  }
22
22
 
@@ -55,7 +55,7 @@ dependencies {
55
55
  compileOnly('com.facebook.react:react-native')
56
56
  compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
57
57
 
58
- implementation(platform("com.moengage:android-bom:$moengageNativeBOMVersion"))
58
+ implementation(platform("com.moengage:android-bom:$moengageNativeBOMVersion"))
59
59
  compileOnly("com.moengage:moe-android-sdk")
60
60
  api("com.moengage:geofence")
61
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-moengage-geofence",
3
- "version": "7.3.0",
3
+ "version": "7.4.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": [