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
7 changes: 7 additions & 0 deletions sdk/cards/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Release Date

## Release Version

- Android
- [patch] Downgrading Compile Java Version to 17

# 07-05-2026

## 6.5.0
Expand Down
2 changes: 1 addition & 1 deletion sdk/cards/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:8.13.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.4.0"
classpath "com.moengage.android.hybrid.module.config.plugin:com.moengage.android.hybrid.module.config.plugin.gradle.plugin:0.0.4"
classpath "com.moengage.android.hybrid.module.config.plugin:com.moengage.android.hybrid.module.config.plugin.gradle.plugin:0.0.5"
}
}

Expand Down
2 changes: 2 additions & 0 deletions sdk/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- iOS
- [patch] Added compatibility for React Native pre-built libraries.
- Android
- [patch] Downgrading Compile Java Version to 17

# 19-05-2026

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:8.13.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "com.moengage.android.hybrid.module.config.plugin:com.moengage.android.hybrid.module.config.plugin.gradle.plugin:0.0.4"
classpath "com.moengage.android.hybrid.module.config.plugin:com.moengage.android.hybrid.module.config.plugin.gradle.plugin:0.0.5"
}
}

Expand Down
2 changes: 2 additions & 0 deletions sdk/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- iOS
- [patch] Internal improvements for testing.
- [minor] Automated expo new cocoapods source integration
- Android
- [patch] Downgrading Compile Java Version to 17

# 15-04-2026

Expand Down
2 changes: 1 addition & 1 deletion sdk/expo/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "com.moengage.android.hybrid.module.config.plugin:com.moengage.android.hybrid.module.config.plugin.gradle.plugin:0.0.4"
classpath "com.moengage.android.hybrid.module.config.plugin:com.moengage.android.hybrid.module.config.plugin.gradle.plugin:0.0.5"
}
}

Expand Down
7 changes: 7 additions & 0 deletions sdk/geofence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Release Date

## Release Version

- Android
- [patch] Downgrading Compile Java Version to 17

# 07-05-2026

## 7.4.0
Expand Down
2 changes: 1 addition & 1 deletion sdk/geofence/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:8.13.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "com.moengage.android.hybrid.module.config.plugin:com.moengage.android.hybrid.module.config.plugin.gradle.plugin:0.0.4"
classpath "com.moengage.android.hybrid.module.config.plugin:com.moengage.android.hybrid.module.config.plugin.gradle.plugin:0.0.5"
}
}

Expand Down
7 changes: 7 additions & 0 deletions sdk/inbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Release Date

## Release Version

- Android
- [patch] Downgrading Compile Java Version to 17

# 07-05-2026

## 6.4.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 @@ -16,7 +16,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:8.13.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "com.moengage.android.hybrid.module.config.plugin:com.moengage.android.hybrid.module.config.plugin.gradle.plugin:0.0.4"
classpath "com.moengage.android.hybrid.module.config.plugin:com.moengage.android.hybrid.module.config.plugin.gradle.plugin:0.0.5"
}
}

Expand Down Expand Up @@ -55,7 +55,7 @@ dependencies {
compileOnly('com.facebook.react:react-native')
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"

implementation(platform("com.moengage:android-bom:$moengageNativeBOMVersion"))
implementation(platform("com.moengage:android-bom:$moengageNativeBOMVersion"))
compileOnly("com.moengage:moe-android-sdk")
api("com.moengage:inbox-core")

Expand Down
7 changes: 7 additions & 0 deletions sdk/personalize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Release Date

## Release Version

- Android
- [patch] Downgrading Compile Java Version to 17

# 19-05-2026

## 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/personalize/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:8.13.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "com.moengage.android.hybrid.module.config.plugin:com.moengage.android.hybrid.module.config.plugin.gradle.plugin:0.0.4"
classpath "com.moengage.android.hybrid.module.config.plugin:com.moengage.android.hybrid.module.config.plugin.gradle.plugin:0.0.5"
}
}

Expand Down
Loading