You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dependencies.gradle
+3-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,8 @@ def jjwt = "0.11.5"
28
28
// the whole commit which set version 0.16.0-SNAPSHOT
29
29
def vanniktechEmoji ="0.16.0-SNAPSHOT"
30
30
def sentry ="6.9.2"
31
-
def fragment ="1.5.5"
31
+
// Use 1.6.0 alpha to fix issue with test
32
+
def fragment ="1.6.0-alpha04"
32
33
// Testing
33
34
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