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: .github/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
- Ensure you're running the latest version of Cryptomator.
6
6
- Ensure the bug is related to the Android version of Cryptomator. Bugs concerning the Cryptomator desktop application and iOS app can be reported on the [Cryptomator issues list](https://github.com/cryptomator/cryptomator/issues) and [Cryptomator for iOS issues list](https://github.com/cryptomator/cryptomator-ios/issues) respectively.
7
-
- Ensure the bug was not [already reported](https://github.com/cryptomator/android/issues). You can also check out our [FAQ](https://community.cryptomator.org/c/faq).
7
+
- Ensure the bug was not [already reported](https://github.com/cryptomator/android/issues). You can also check out our [FAQ](https://community.cryptomator.org/c/kb/faq).
8
8
- If you're unable to find an open issue addressing the problem, [submit a new one](https://github.com/cryptomator/android/issues/new).
Copy file name to clipboardExpand all lines: buildsystem/dependencies.gradle
+17-9Lines changed: 17 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -60,14 +60,18 @@ ext {
60
60
rxAndroidVersion ='2.1.1'
61
61
rxBindingVersion ='2.2.0'
62
62
63
-
daggerVersion ='2.51.1'
63
+
daggerVersion ='2.54'
64
64
65
65
gsonVersion ='2.11.0'
66
66
67
+
joseJwtVersion ='9.48'
68
+
69
+
appauthVersion ='0.11.1'
70
+
67
71
okHttpVersion ='4.12.0'
68
-
okHttpDigestVersion ='3.1.0'
72
+
okHttpDigestVersion ='3.1.1'
69
73
70
-
velocityVersion ='2.3'
74
+
velocityVersion ='2.4.1'
71
75
72
76
timberVersion ='5.0.1'
73
77
@@ -81,7 +85,7 @@ ext {
81
85
greenDaoVersion ='3.3.0'
82
86
83
87
// cloud provider libs
84
-
cryptolibVersion ='2.1.2'
88
+
cryptolibVersion ='2.2.0'
85
89
86
90
dropboxVersion ='7.0.0'
87
91
@@ -93,20 +97,21 @@ ext {
93
97
msgraphVersion ='5.47.0'
94
98
msgraphAuthVersion ='4.0.5'// contains com.microsoft.identity:common lib which added opentelemetry in 9.0.0, do we need to fork another lib before updating to >=4.2.0 ???
0 commit comments