Skip to content

Commit e552853

Browse files
fix(deps): update dependency androidx.annotation:annotation to v1.8.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 199aafd commit e552853

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

gradle/verification-metadata.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
<trusting group="org.jetbrains.kotlinx" name="kotlinx-html-jvm" version="0.8.1"/>
112112
</trusted-key>
113113
<trusted-key id="8F9A3C6D105B9F57844A721D79E193516BE7998F" group="org.dom4j" name="dom4j"/>
114-
<trusted-key id="DB0597E3144342256BC81E3EC727D053C4481CF5" group="org.tensorflow" name="tensorflow-lite-metadata" version="0.1.0-rc2"/>
115114
<trusted-key id="90EE19787A7BCF6FD37A1E9180C08B1C29100955" group="^com[.]squareup($|([.].*))" regex="true"/>
116115
<trusted-key id="98465301A4939C0279F2E847D89D05374952262B" group="org.jetbrains.dokka"/>
117116
<trusted-key id="9857C388D7D1D9D031274CD0A5DEF5A76F94A471">
@@ -170,6 +169,7 @@
170169
<trusting group="org.projectlombok" name="lombok" version="1.18.32"/>
171170
</trusted-key>
172171
<trusted-key id="D6F1BC78607808EC8E9F69437A8860944FAD5F62" group="org.apache.commons" name="commons-parent"/>
172+
<trusted-key id="DB0597E3144342256BC81E3EC727D053C4481CF5" group="org.tensorflow" name="tensorflow-lite-metadata" version="0.1.0-rc2"/>
173173
<trusted-key id="DBD744ACE7ADE6AA50DD591F66B50994442D2D40" group="^com[.]squareup($|([.].*))" regex="true"/>
174174
<trusted-key id="E62231331BCA7E1F292C9B88C1B12A5D99C0729D" group="org.jetbrains"/>
175175
<trusted-key id="E77417AC194160A3FABD04969A259C7EE636C5ED" group="com.google.errorprone"/>
@@ -5028,8 +5028,9 @@
50285028
<pgp value="DB0597E3144342256BC81E3EC727D053C4481CF5"/>
50295029
</artifact>
50305030
<artifact name="tensorflow-lite-metadata-0.1.0-rc2.pom">
5031-
<sha256 value="9a4f5e5674366c156c90391662f03ed7c5971d6aa63832df74a271da6ff82e96" origin="Generated by Gradle" reason="PGP signature verification failed!"/>
5032-
<sha256 value="8359ad51e0476c8e0df7188a43f16d49733c4a428fb45e99794b783f01b97520" origin="Generated by Gradle" reason="PGP signature verification failed!"/>
5031+
<sha256 value="9a4f5e5674366c156c90391662f03ed7c5971d6aa63832df74a271da6ff82e96" origin="Generated by Gradle" reason="PGP signature verification failed!">
5032+
<also-trust value="8359ad51e0476c8e0df7188a43f16d49733c4a428fb45e99794b783f01b97520"/>
5033+
</sha256>
50335034
</artifact>
50345035
</component>
50355036
<component group="org.xmlresolver" name="xmlresolver" version="5.2.2">

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.7.0"
120-
implementation 'androidx.annotation:annotation:1.8.0'
120+
implementation 'androidx.annotation:annotation:1.8.1'
121121
implementation 'androidx.core:core:1.13.1'
122122
implementation 'androidx.fragment:fragment:1.8.1'
123123

0 commit comments

Comments
 (0)