Skip to content

Commit

Permalink
Release version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arshiya-moengage committed Jun 10, 2024
1 parent ad416b6 commit 055794b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 10-06-2024

## 4.2.1

- Release Notes [here](https://developers.moengage.com/hc/en-us/articles/4403896795540-Changelog#10-06-2024-0-0)
- Core SDK version updated to `13.02.00`
- Inbox Core version updated to `3.0.2`
- Inbox UI version updated to `3.0.2`
- InApp version updated to `8.3.1`
- Geofence version updated to `4.0.2`
- PushAmp version updated to `5.0.2`
- Integration Verifier version updated to `5.0.2`
- Segment Kotlin Version updated to `2.1.1`

# 16-05-2024

## 4.2.0
Expand Down
18 changes: 9 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ plugins {

catalog {
versionCatalog {
library("core", "com.moengage", "moe-android-sdk").version("13.01.00")
library("core", "com.moengage", "moe-android-sdk").version("13.02.00")
library("cardsCore", "com.moengage", "cards-core").version("2.0.2")
library("cardsUi", "com.moengage", "cards-ui").version("2.1.0")
library("geofence", "com.moengage", "geofence").version("4.0.1")
library("inapp", "com.moengage", "inapp").version("8.3.0")
library("inboxCore", "com.moengage", "inbox-core").version("3.0.1")
library("inboxUi", "com.moengage", "inbox-ui").version("3.0.1")
library("geofence", "com.moengage", "geofence").version("4.0.2")
library("inapp", "com.moengage", "inapp").version("8.3.1")
library("inboxCore", "com.moengage", "inbox-core").version("3.0.2")
library("inboxUi", "com.moengage", "inbox-ui").version("3.0.2")
library("pushKit", "com.moengage", "hms-pushkit").version("5.0.1")
library("pushAmp", "com.moengage", "push-amp").version("5.0.1")
library("pushAmp", "com.moengage", "push-amp").version("5.0.2")
library("deviceTrigger", "com.moengage", "realtime-trigger").version("3.1.0")
library("richNotification", "com.moengage", "rich-notification").version("5.0.1")
library("security", "com.moengage", "security").version("3.0.0")
Expand All @@ -36,12 +36,12 @@ catalog {
"com.moengage",
"moengage-segment-integration"
).version("6.5.8")
library("integrationVerifier", "com.moengage", "integration-verifier").version("5.0.1")
library("integrationVerifier", "com.moengage", "integration-verifier").version("5.0.2")
library(
"moengageSegmentKotlinDestination",
"com.moengage",
"moengage-segment-kotlin-destination"
).version("2.1.0")
).version("2.1.1")
library("encryptedStorage", "com.moengage", "encrypted-storage").version("2.0.0")
bundle(
"all", listOf(
Expand All @@ -67,7 +67,7 @@ catalog {

val mavenCentralRepositoryUsername: String by project
val mavenCentralRepositoryPassword: String by project
val libVersion = "4.2.0"
val libVersion = "4.2.1"

publishing {
publications {
Expand Down

0 comments on commit 055794b

Please sign in to comment.