Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SampleApp/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sdk/cards/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
4 changes: 2 additions & 2 deletions sdk/cards/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions sdk/core/android/moengage-dependency-helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sdk/geofence/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
4 changes: 2 additions & 2 deletions sdk/geofence/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion sdk/inbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
4 changes: 2 additions & 2 deletions sdk/inbox/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading