Skip to content

Commit

Permalink
Merge pull request #8 from embrace-io/hho/update-min-sdk
Browse files Browse the repository at this point in the history
Update release notes to specify minCompileSdk = 34
  • Loading branch information
bidetofevil authored Sep 19, 2024
2 parents b4c9132 + 1ca9d60 commit 1772fce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/android/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions docs/android/integration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 1772fce

Please sign in to comment.