Skip to content

Commit

Permalink
MoEngage SDK version update
Browse files Browse the repository at this point in the history
  • Loading branch information
umangmoe committed Mar 18, 2020
1 parent a25c0b9 commit 665e9d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### v4.0.02(18-03-2020)
- Updated MoEngage SDK version to 10.0.02
- Support added for India Cluster

### v4.0.01 (04-03-2020)
- Updated MoEngage SDK version to 10.0.01

### v4.0.00 (21-02-2020)
- Updated MoEngage SDK version to 10.0.00

Expand All @@ -8,5 +13,6 @@

### v3.5.03 (04-02-2020)
- Updated MoEngage SDK version to 9.8.03

### v3.5.02 (12-01-2020)
- Updated MoEngage SDK version to 9.8.02
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
compileOnly 'com.segment.analytics.android:analytics:4.3.0'


api "com.moengage:moe-android-sdk:10.0.01"
api "com.moengage:moe-android-sdk:10.0.02"



Expand Down
4 changes: 2 additions & 2 deletions release_properties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext {
"artifactId" : "moengage-segment-integration",
"name" : "MoEngage Segment Integration",
"description": "MoEngage-Segment Bundled integration",
"versionName": "4.0.01",
"versionCode": 4001
"versionName": "4.0.02",
"versionCode": 4002
]
}

0 comments on commit 665e9d5

Please sign in to comment.