diff --git a/sdk/cards/CHANGELOG.md b/sdk/cards/CHANGELOG.md index 41bc4fe0..0fbcfa8c 100644 --- a/sdk/cards/CHANGELOG.md +++ b/sdk/cards/CHANGELOG.md @@ -1,3 +1,10 @@ +# Release Date + +## Release Version + +- Android + - [patch] Downgrading Compile Java Version to 17 + # 07-05-2026 ## 6.5.0 diff --git a/sdk/cards/android/build.gradle b/sdk/cards/android/build.gradle index f06b5f50..46bc0073 100644 --- a/sdk/cards/android/build.gradle +++ b/sdk/cards/android/build.gradle @@ -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" } } diff --git a/sdk/core/CHANGELOG.md b/sdk/core/CHANGELOG.md index 33bd554a..85448177 100644 --- a/sdk/core/CHANGELOG.md +++ b/sdk/core/CHANGELOG.md @@ -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 diff --git a/sdk/core/android/build.gradle b/sdk/core/android/build.gradle index ddf8554d..e107c314 100644 --- a/sdk/core/android/build.gradle +++ b/sdk/core/android/build.gradle @@ -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" } } diff --git a/sdk/expo/CHANGELOG.md b/sdk/expo/CHANGELOG.md index b18dc558..60b7fe58 100644 --- a/sdk/expo/CHANGELOG.md +++ b/sdk/expo/CHANGELOG.md @@ -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 diff --git a/sdk/expo/android/build.gradle b/sdk/expo/android/build.gradle index 98c7395b..6c29c516 100644 --- a/sdk/expo/android/build.gradle +++ b/sdk/expo/android/build.gradle @@ -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" } } diff --git a/sdk/geofence/CHANGELOG.md b/sdk/geofence/CHANGELOG.md index cdd9acae..0423b259 100644 --- a/sdk/geofence/CHANGELOG.md +++ b/sdk/geofence/CHANGELOG.md @@ -1,3 +1,10 @@ +# Release Date + +## Release Version + +- Android + - [patch] Downgrading Compile Java Version to 17 + # 07-05-2026 ## 7.4.0 diff --git a/sdk/geofence/android/build.gradle b/sdk/geofence/android/build.gradle index 92946aa3..753fd086 100644 --- a/sdk/geofence/android/build.gradle +++ b/sdk/geofence/android/build.gradle @@ -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" } } diff --git a/sdk/inbox/CHANGELOG.md b/sdk/inbox/CHANGELOG.md index 0a2ebf10..a11c49b5 100644 --- a/sdk/inbox/CHANGELOG.md +++ b/sdk/inbox/CHANGELOG.md @@ -1,3 +1,10 @@ +# Release Date + +## Release Version + +- Android + - [patch] Downgrading Compile Java Version to 17 + # 07-05-2026 ## 6.4.0 diff --git a/sdk/inbox/android/build.gradle b/sdk/inbox/android/build.gradle index 6acd8a49..598e5bbf 100644 --- a/sdk/inbox/android/build.gradle +++ b/sdk/inbox/android/build.gradle @@ -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" } } @@ -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") diff --git a/sdk/personalize/CHANGELOG.md b/sdk/personalize/CHANGELOG.md index 73e1855d..b993a78c 100644 --- a/sdk/personalize/CHANGELOG.md +++ b/sdk/personalize/CHANGELOG.md @@ -1,3 +1,10 @@ +# Release Date + +## Release Version + +- Android + - [patch] Downgrading Compile Java Version to 17 + # 19-05-2026 ## 1.0.1 diff --git a/sdk/personalize/android/build.gradle b/sdk/personalize/android/build.gradle index 4dda606b..b78b1435 100644 --- a/sdk/personalize/android/build.gradle +++ b/sdk/personalize/android/build.gradle @@ -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" } }