From d193a31931a8a8db7dfd361471fe436c75820b12 Mon Sep 17 00:00:00 2001 From: Alicia Rivas Date: Tue, 12 Nov 2024 11:13:46 +0100 Subject: [PATCH] MOB-5414: Prepare for release 5.2.0 (#197) * Update CHANGELOG.md for 5.2.0 * Update readme --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f52b6..7d9d2d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ Change Log ========== +Version 5.2.0 *(2024-11-12)* +---------------------------- +**Android SDK** +- **Compile SDK**: 34 → 35 +- **Target SDK**: 34 → 35 + +Added edge-to-edge support. + Version 5.1.3 *(2024-10-24)* ---------------------------- Bugfixes: diff --git a/README.md b/README.md index 9cbba3a..cdaaaad 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ You can subscribe to receive release updates by following these steps: ## Requirements * `minSdkVersion`: **21** -* `compileSdkVersion`:**34** +* `compileSdkVersion`:**35** * Java 11 language feature support (compile with Java 17 as of version 5.0.0) * [Android X](https://developer.android.com/jetpack/androidx/) as of version SDK 2.0.0 * A Beacon Id created on [Help Scout](https://secure.helpscout.net/settings/beacons/) ### Supported platform and language versions -* Android 11.0 to 14.0 (as noted above the "minSdkVersion: 21 (Android 5.0)" for greater compatiblity however we only offer support for issues on Android 11+) +* Android 11.0 to 15.0 (as noted above the "minSdkVersion: 21 (Android 5.0)" for greater compatibility however we only offer support for issues on Android 11+) * Kotlin 1.8.20 * Java 11 * Koin 3.4.2