Skip to content

Commit

Permalink
NO-TICKET - update Sentry version to 6.6.0 (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
gslevinkov committed Oct 28, 2022
1 parent 0f83a43 commit 5adc1f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'com.google.gms.google-services'
id 'com.google.firebase.appdistribution'
id 'com.google.firebase.crashlytics'
id "io.sentry.android.gradle" version "3.1.1"
id "io.sentry.android.gradle" version "3.2.0"
}

apply from: "$project.rootDir/scripts/ktlint.gradle"
Expand Down Expand Up @@ -256,7 +256,7 @@ dependencies {
implementation "com.airbnb.android:lottie:$lottieVersion"

// Sentry
def sentryVersion = '6.1.3'
def sentryVersion = '6.6.0'
implementation "io.sentry:sentry-android:$sentryVersion"
implementation "io.sentry:sentry-android-fragment:$sentryVersion"
implementation "io.sentry:sentry-android-core:$sentryVersion"
Expand Down

0 comments on commit 5adc1f7

Please sign in to comment.