We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f695bae commit 3173f08Copy full SHA for 3173f08
library/build.gradle
@@ -63,7 +63,7 @@ dependencies {
63
api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.14'
64
implementation 'com.github.bitfireAT:dav4jvm:2.2.1'
65
// in transition phase, we use old and new libs
66
- implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.1'
+ implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.1'
67
implementation 'androidx.annotation:annotation:1.9.1'
68
compileOnly 'com.google.code.findbugs:annotations:3.0.1'
69
0 commit comments