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 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.