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.
2 parents f4549b6 + 8fb650f commit ac332a8Copy full SHA for ac332a8
dependencies.gradle
@@ -26,7 +26,7 @@ def jjwt = "0.11.5"
26
// Temporary version to unblock #6929. Once 0.16.0 is released we should use it, and revert
27
// the whole commit which set version 0.16.0-SNAPSHOT
28
def vanniktechEmoji = "0.16.0-SNAPSHOT"
29
-def sentry = "6.4.3"
+def sentry = "6.6.0"
30
def fragment = "1.5.4"
31
// Testing
32
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