diff --git a/SampleApp/android/settings.gradle b/SampleApp/android/settings.gradle index 831bdf7..7048195 100644 --- a/SampleApp/android/settings.gradle +++ b/SampleApp/android/settings.gradle @@ -10,7 +10,7 @@ dependencyResolutionManagement { } versionCatalogs { create("moengage") { - from("com.moengage:android-dependency-catalog:6.5.0") + from("com.moengage:android-dependency-catalog:6.5.1") } } } diff --git a/sdk/cards/CHANGELOG.md b/sdk/cards/CHANGELOG.md index f9f3ead..00dee51 100644 --- a/sdk/cards/CHANGELOG.md +++ b/sdk/cards/CHANGELOG.md @@ -4,7 +4,7 @@ - [minor] License Update - Android - - [minor] updating `android-bom` to `1.5.0` + - [minor] updating `android-bom` to `1.5.1` - iOS - `MoEngage-iOS-SDK` version updated to `10.10.0` diff --git a/sdk/cards/android/build.gradle b/sdk/cards/android/build.gradle index f52bcda..9d1f393 100644 --- a/sdk/cards/android/build.gradle +++ b/sdk/cards/android/build.gradle @@ -15,8 +15,8 @@ buildscript { } ext { - moengageNativeBOMVersion = "1.5.0" - moengagePluginBaseBOMVersion = "1.2.0" + moengageNativeBOMVersion = "1.5.1" + moengagePluginBaseBOMVersion = "1.2.1" } apply plugin: 'com.android.library' diff --git a/sdk/core/CHANGELOG.md b/sdk/core/CHANGELOG.md index 8381445..2c7b994 100644 --- a/sdk/core/CHANGELOG.md +++ b/sdk/core/CHANGELOG.md @@ -5,7 +5,7 @@ - [minor] License Update - Android - [minor] Bundling `MoEFireBaseMessagingService` in Plugin's manifest to reduce integration steps for developers using FCM Push. - - [minor] updating `android-bom` to `1.5.0` + - [minor] updating `android-bom` to `1.5.1` - iOS - [minor] Added no-code SDK file based initialization - [minor] `MoEngage-iOS-SDK` version updated to `10.10.0` diff --git a/sdk/core/android/moengage-dependency-helper.gradle b/sdk/core/android/moengage-dependency-helper.gradle index e5789a0..2027400 100644 --- a/sdk/core/android/moengage-dependency-helper.gradle +++ b/sdk/core/android/moengage-dependency-helper.gradle @@ -7,8 +7,8 @@ repositories { ext { // MoEngage Versions - moengageNativeBOMVersion = "1.5.0" - moengagePluginBaseBOMVersion = "1.2.0" + moengageNativeBOMVersion = "1.5.1" + moengagePluginBaseBOMVersion = "1.2.1" // AndroidX Support Libraries Versions androidXCore = "1.15.0" diff --git a/sdk/geofence/CHANGELOG.md b/sdk/geofence/CHANGELOG.md index b9a2649..ec3287a 100644 --- a/sdk/geofence/CHANGELOG.md +++ b/sdk/geofence/CHANGELOG.md @@ -4,7 +4,7 @@ - [minor] License Update - Android - - [minor] updating `android-bom` to `1.5.0` + - [minor] updating `android-bom` to `1.5.1` - iOS - `MoEngage-iOS-SDK` version updated to `10.10.0` diff --git a/sdk/geofence/android/build.gradle b/sdk/geofence/android/build.gradle index 6110b73..1896b5f 100644 --- a/sdk/geofence/android/build.gradle +++ b/sdk/geofence/android/build.gradle @@ -14,8 +14,8 @@ buildscript { } ext { - moengageNativeBOMVersion = "1.5.0" - moengagePluginBaseBOMVersion = "1.2.0" + moengageNativeBOMVersion = "1.5.1" + moengagePluginBaseBOMVersion = "1.2.1" } apply plugin: 'com.android.library' diff --git a/sdk/inbox/CHANGELOG.md b/sdk/inbox/CHANGELOG.md index 05dbe1b..ecc8567 100644 --- a/sdk/inbox/CHANGELOG.md +++ b/sdk/inbox/CHANGELOG.md @@ -4,7 +4,7 @@ - [minor] License Update - Android - - [minor] updating `android-bom` to `1.5.0` + - [minor] updating `android-bom` to `1.5.1` - iOS - `MoEngage-iOS-SDK` version updated to `10.10.0` diff --git a/sdk/inbox/android/build.gradle b/sdk/inbox/android/build.gradle index e0eca91..7f9529f 100644 --- a/sdk/inbox/android/build.gradle +++ b/sdk/inbox/android/build.gradle @@ -14,8 +14,8 @@ buildscript { } ext { - moengageNativeBOMVersion = "1.5.0" - moengagePluginBaseBOMVersion = "1.2.0" + moengageNativeBOMVersion = "1.5.1" + moengagePluginBaseBOMVersion = "1.2.1" } apply plugin: 'com.android.library'