From 2f4c12dd265422c415efeb500325a10ef42ca019 Mon Sep 17 00:00:00 2001 From: bidetofevil Date: Thu, 19 Sep 2024 09:32:44 -0700 Subject: [PATCH 1/2] Update release notes to specify minCompileSdk = 34 --- docs/android/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/android/changelog.md b/docs/android/changelog.md index a2907951..c002b94f 100644 --- a/docs/android/changelog.md +++ b/docs/android/changelog.md @@ -54,6 +54,7 @@ This version contains a bug where obfuscating Embrace classes will lead to JVM c - Support Android 15 and devices that use 16KB native page size. - Updated minimum requirements to the following: - JDK 11 + - Android SDK Platform 34 - Gradle 7.5.1 - AGP 7.4.2 - Kotlin 1.8.22 From 1ca9d60103ee562a0dcc2d0e0e26c084ff05ad54 Mon Sep 17 00:00:00 2001 From: bidetofevil Date: Thu, 19 Sep 2024 09:40:05 -0700 Subject: [PATCH 2/2] Add minCompileSdk to main requirements page --- docs/android/integration/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/android/integration/index.md b/docs/android/integration/index.md index 65175c85..601e8fa6 100644 --- a/docs/android/integration/index.md +++ b/docs/android/integration/index.md @@ -14,10 +14,12 @@ you are free to skip around. ## Requirements -Embrace has the following minimum requirements on Android: +Embrace has the following minimum requirements on Android at build time: -* Android 5.0 (API 21) * Java 11 +* Android SDK Platform 34 * Kotlin 1.8.22 * Gradle 7.5.1 * AGP (Android Gradle Build Tools Plugin) 7.4.2 + +At runtime, Android 5.0 (API 21) and later are supported.