We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec1630 commit 29f17edCopy full SHA for 29f17ed
dependencies.gradle
@@ -27,7 +27,7 @@ def jjwt = "0.11.5"
27
// Temporary version to unblock #6929. Once 0.16.0 is released we should use it, and revert
28
// the whole commit which set version 0.16.0-SNAPSHOT
29
def vanniktechEmoji = "0.16.0-SNAPSHOT"
30
-def sentry = "6.9.2"
+def sentry = "6.11.0"
31
def fragment = "1.5.5"
32
// Testing
33
def mockk = "1.12.3" // We need to use 1.12.3 to have mocking in androidTest until a new version is released: https://github.com/mockk/mockk/issues/819
0 commit comments