Skip to content

Commit c3c98c0

Browse files
renovate[bot]tobiasKaminsky
authored andcommitted
fix(deps): update dependency androidx.annotation:annotation to v1.10.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44fa587 commit c3c98c0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<trusting group="^com[.]android($|([.].*))" regex="true"/>
4545
</trusted-key>
4646
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
47+
<trusting group="androidx.annotation"/>
4748
<trusting group="androidx.core"/>
4849
<trusting group="androidx.databinding"/>
4950
<trusting group="^androidx[.]test($|([.].*))" regex="true"/>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
implementation 'com.github.bitfireAT:dav4jvm:2.2.1'
6767
// in transition phase, we use old and new libs
6868
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.2'
69-
implementation 'androidx.annotation:annotation:1.9.1'
69+
implementation 'androidx.annotation:annotation:1.10.0'
7070
compileOnly 'com.google.code.findbugs:annotations:3.0.1'
7171

7272
implementation "androidx.core:core-ktx:1.18.0"

0 commit comments

Comments
 (0)