Skip to content

Commit

Permalink
Merge pull request #12456 from nextcloud/renovate/androidx.webkit-web…
Browse files Browse the repository at this point in the history
…kit-1.x

Update dependency androidx.webkit:webkit to v1.10.0
  • Loading branch information
AndyScherzinger authored Feb 4, 2024
2 parents 215618a + 74bfb48 commit 65a06f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ dependencies {
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.jakewharton:disklrucache:2.0.2'
implementation "androidx.appcompat:appcompat:$appCompatVersion"
implementation 'androidx.webkit:webkit:1.7.0'
implementation 'androidx.webkit:webkit:1.10.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.exifinterface:exifinterface:1.3.7'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0"
Expand Down
1 change: 1 addition & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
<trusting group="androidx.lifecycle"/>
<trusting group="androidx.room"/>
<trusting group="androidx.sqlite"/>
<trusting group="androidx.webkit" name="webkit" version="1.10.0"/>
</trusted-key>
<trusted-key id="84789D24DF77A32433CE1F079EB80E92EB2135B1" group="org.apache" name="apache"/>
<trusted-key id="8569C95CADC508B09FE90F3002216ED811210DAA" group="io.github.detekt.sarif4k"/>
Expand Down

0 comments on commit 65a06f9

Please sign in to comment.