---
title: "Migrate from sentry-android 6.14.x to 6.15.0"
description: "Learn about migrating from Sentry Android SDK 6.14.x to 6.15.0."
url: https://docs.sentry.io/platforms/android/migration/v6-14-to-v6-15/
---

# Migrate from sentry-android 6.14.x to 6.15.0 | Sentry for Android

The `sentry-compose-android` and `sentry-compose` integrations now declare their upstream dependencies as `compileOnly`. Make sure to have the `androidx.navigation:navigation-compose`, `androidx.compose.runtime:runtime`, and `androidx.compose.ui:ui` dependencies on the classpath if you're using those integrations. Otherwise, the application will crash with a `NoClassDefFoundError` exception.
