Skip to content

Commit 33b8a49

Browse files
Merge pull request #2660 from nextcloud/renovate/androidx.appcompat-appcompat-1.x
fix(deps): update dependency androidx.appcompat:appcompat to v1.7.1
2 parents ef7298b + c4093b3 commit 33b8a49

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ dependencies {
121121
annotationProcessor "com.github.bumptech.glide:compiler:$glideVersion"
122122

123123
// Android X
124-
implementation 'androidx.appcompat:appcompat:1.7.0'
124+
implementation 'androidx.appcompat:appcompat:1.7.1'
125125
implementation 'androidx.core:core-ktx:1.16.0'
126126
implementation 'androidx.core:core-splashscreen:1.0.1'
127127
implementation 'androidx.fragment:fragment:1.8.7'

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<trusted-key id="0CC641C3A62453AB390066C4A41F13C999945293" group="commons-logging" name="commons-logging" version="1.2"/>
2626
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
2727
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
28+
<trusting group="androidx.appcompat"/>
2829
<trusting group="androidx.core"/>
2930
<trusting group="androidx.databinding"/>
3031
<trusting group="androidx.fragment"/>

0 commit comments

Comments
 (0)