diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7ac3e42a..a5a502fa07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Unreleased - feat: A better sample app to showcase the SDK and especially tracing #1168 +- build(android): Bump `sentry-android` to 3.2.0 #1208 ## 2.0.2 diff --git a/android/build.gradle b/android/build.gradle index 32c89f7edc..bb75be8454 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,5 +26,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:3.1.3' + api 'io.sentry:sentry-android:3.2.0' }