diff --git a/docs/platforms/android/migration/index.mdx b/docs/platforms/android/migration/index.mdx index 0baa84bd4eff6..48bfcd15b67b5 100644 --- a/docs/platforms/android/migration/index.mdx +++ b/docs/platforms/android/migration/index.mdx @@ -92,6 +92,10 @@ You may also use `LifecycleHelper.close(token)`, e.g. in case you need to pass t - The required Sentry version in version `8.0.0` of the SDK remains unchanged. [Sentry's version >= v22.12.0](https://github.com/getsentry/self-hosted/releases) is required. This only applies to self-hosted Sentry. If you are using [sentry.io](https://sentry.io), no action is needed. +### Sentry Android SDK Compatibility + +You must use Sentry Gradle plugin 5.+ together with the Sentry Android SDK 8.+ otherwise, it might crash at runtime due to missing dependencies. + ## Migration from `io.sentry:sentry-android-gradle-plugin:3.x.x` to `io.sentry:sentry-android-gradle-plugin:4.0.0` ### Breaking Changes