Skip to content

Commit

Permalink
Release moengage-segment-kotlin-destination 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-engg-mobilesdk committed Sep 10, 2024
1 parent 54c7c0e commit 4f7add4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# moengage-segment-kotlin-destination

# Next Release
# 10-09-2024

## Next version
## 2.4.0
- Release Notes [here](https://developers.moengage.com/hc/en-us/articles/4403896795540-Changelog#10-09-2024-0-0)
- MoEngage SDK version updated to `13.05.00`
- Integration MoEngage release plugin

# 31-07-2024
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[libraries]
moengageCore = { module = "com.moengage:moe-android-sdk", version = "13.04.00" }
moengageCore = { module = "com.moengage:moe-android-sdk", version = "13.05.00" }
segment = { module = "com.segment.analytics.android:analytics", version = "4.11.0" }
segmentKotlin = { module = "com.segment.analytics.kotlin:android", version = "1.16.0" }
coreKtx = { module = "androidx.core:core-ktx", version = "1.13.1" }
Expand Down
2 changes: 1 addition & 1 deletion moengage-segment-kotlin-destination/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARTIFACT_NAME=moengage-segment-kotlin-destination
NAME=MoEngage Segment Kotlin Destination
POM_DESCRIPTION=MoEngage-Segment Kotlin Destination
VERSION_NAME=2.3.0
VERSION_NAME=2.4.0
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencyResolutionManagement {
from("com.moengage:android-dependency-catalog-internal:2.1.1")
}
create("moengage") {
from("com.moengage:android-dependency-catalog:4.4.0")
from("com.moengage:android-dependency-catalog:4.5.0")
}
}
}
Expand Down

0 comments on commit 4f7add4

Please sign in to comment.