Skip to content

Commit 9237aea

Browse files
Merge pull request #706 from nextcloud/renovate/androidx.annotation-annotation-1.x
fix(deps): update dependency androidx.annotation:annotation to v1.8.0
2 parents e6bcf7e + 0971310 commit 9237aea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
<trusted-key id="A42FEF087AF29AE864684EAEE6039456D5BBD4F8" group="io.fabric8" name="kubernetes-client-bom" version="5.12.4"/>
123123
<trusted-key id="A5BD02B93E7A40482EB1D66A5F69AD087600B22C" group="org.ow2.asm"/>
124124
<trusted-key id="A5F483CD733A4EBAEA378B2AE88979FB9B30ACF2">
125+
<trusting group="androidx.annotation"/>
125126
<trusting group="androidx.core"/>
126127
<trusting group="androidx.fragment" name="fragment" version="1.7.1"/>
127128
<trusting group="androidx.transition" name="transition" version="1.5.0"/>

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dependencies {
117117
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
118118

119119
implementation "androidx.appcompat:appcompat:1.6.1"
120-
implementation 'androidx.annotation:annotation:1.7.1'
120+
implementation 'androidx.annotation:annotation:1.8.0'
121121
implementation 'androidx.core:core:1.13.1'
122122
implementation 'androidx.fragment:fragment:1.7.1'
123123

0 commit comments

Comments
 (0)