Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes to specify minCompileSdk = 34 #8

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.