Skip to content

Commit

Permalink
build(deps): updated io.sentry from 3.0.0 to 3.1.2
Browse files Browse the repository at this point in the history
Should fix app not starting, see getsentry/sentry-java#977.
  • Loading branch information
VaiTon committed Nov 4, 2020
1 parent 2fec00e commit b45c55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ dependencies {
implementation("com.hootsuite.android:nachos:1.2.0")

// Crash analytics
implementation("io.sentry:sentry-android:3.0.0")
implementation("io.sentry:sentry-android:3.1.2")

// Unit Testing
testImplementation("junit:junit:4.13.1")
Expand Down

0 comments on commit b45c55f

Please sign in to comment.