We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b61bbc + 3186bd7 commit 20e8cd1Copy full SHA for 20e8cd1
1 file changed
library/build.gradle
@@ -65,7 +65,7 @@ dependencies {
65
api 'com.squareup.okhttp3:okhttp:5.3.2'
66
implementation 'com.github.bitfireAT:dav4jvm:2.2.1'
67
// in transition phase, we use old and new libs
68
- implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.2'
+ implementation group: 'com.google.code.gson', name: 'gson', version: '2.14.0'
69
implementation 'androidx.annotation:annotation:1.10.0'
70
compileOnly 'com.google.code.findbugs:annotations:3.0.1'
71
0 commit comments