Merge pull request #8024 from vector-im/dependabot/gradle/io.sentry-sentry-android-6.13.0

Bump sentry-android from 6.12.1 to 6.13.0
This commit is contained in:
Benoit Marty 2023-01-30 12:38:10 +01:00 committed by GitHub
commit ce95af06f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ def jjwt = "0.11.5"
// Temporary version to unblock #6929. Once 0.16.0 is released we should use it, and revert // Temporary version to unblock #6929. Once 0.16.0 is released we should use it, and revert
// the whole commit which set version 0.16.0-SNAPSHOT // the whole commit which set version 0.16.0-SNAPSHOT
def vanniktechEmoji = "0.16.0-SNAPSHOT" def vanniktechEmoji = "0.16.0-SNAPSHOT"
def sentry = "6.12.1" def sentry = "6.13.0"
// Use 1.6.0 alpha to fix issue with test // Use 1.6.0 alpha to fix issue with test
def fragment = "1.6.0-alpha04" def fragment = "1.6.0-alpha04"
// Testing // Testing