mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 22:55:46 +03:00
Merge pull request #12456 from nextcloud/renovate/androidx.webkit-webkit-1.x
Update dependency androidx.webkit:webkit to v1.10.0
This commit is contained in:
commit
65a06f9036
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue