mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Update dependency androidx.constraintlayout:constraintlayout to v2.2.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ad8da72554
commit
b11853caf1
2 changed files with 3 additions and 1 deletions
|
@ -280,7 +280,7 @@ dependencies {
|
||||||
// remove after entire switch to lib v2
|
// remove after entire switch to lib v2
|
||||||
implementation "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2
|
implementation "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2
|
||||||
implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5' // remove after entire switch to lib v2
|
implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5' // remove after entire switch to lib v2
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
|
||||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||||
implementation 'com.google.android.material:material:1.12.0'
|
implementation 'com.google.android.material:material:1.12.0'
|
||||||
implementation 'com.jakewharton:disklrucache:2.0.2'
|
implementation 'com.jakewharton:disklrucache:2.0.2'
|
||||||
|
|
|
@ -259,11 +259,13 @@
|
||||||
<trusting group="androidx.annotation"/>
|
<trusting group="androidx.annotation"/>
|
||||||
<trusting group="androidx.appcompat"/>
|
<trusting group="androidx.appcompat"/>
|
||||||
<trusting group="androidx.collection"/>
|
<trusting group="androidx.collection"/>
|
||||||
|
<trusting group="androidx.constraintlayout"/>
|
||||||
<trusting group="androidx.core"/>
|
<trusting group="androidx.core"/>
|
||||||
<trusting group="androidx.databinding"/>
|
<trusting group="androidx.databinding"/>
|
||||||
<trusting group="androidx.fragment"/>
|
<trusting group="androidx.fragment"/>
|
||||||
<trusting group="androidx.graphics"/>
|
<trusting group="androidx.graphics"/>
|
||||||
<trusting group="androidx.lifecycle"/>
|
<trusting group="androidx.lifecycle"/>
|
||||||
|
<trusting group="androidx.profileinstaller"/>
|
||||||
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
|
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
|
||||||
<trusting group="androidx.webkit" name="webkit" version="1.11.0"/>
|
<trusting group="androidx.webkit" name="webkit" version="1.11.0"/>
|
||||||
<trusting group="androidx.webkit" name="webkit" version="1.12.0"/>
|
<trusting group="androidx.webkit" name="webkit" version="1.12.0"/>
|
||||||
|
|
Loading…
Reference in a new issue