---
title: "Migrate from sentry-android 6.2.x to 6.3.0"
description: "Learn about migrating from Sentry Android SDK 6.2.x to 6.3.0."
url: https://docs.sentry.io/platforms/android/migration/v6-2-to-v6-3/
---

# Migrate from sentry-android 6.2.x to 6.3.0 | Sentry for Android

The `sentry-android-okhttp`, `sentry-android-fragment`, and `sentry-android-timber` integrations now declare their upstream dependencies as `compileOnly`. Make sure to have the `okhttp`, `fragment`, and `timber` dependencies on the classpath if you're using those integrations or the application will crash with a `NoClassDefFoundError` exception.
