Skip to content

Commit 46536cd

Browse files
renovate[bot]AndyScherzinger
authored andcommitted
fix(deps): update dependency androidx.constraintlayout:constraintlayout to v2.2.1
1 parent e2e20ab commit 46536cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<trusted-key id="0CC641C3A62453AB390066C4A41F13C999945293" group="commons-logging" name="commons-logging" version="1.2"/>
5656
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
5757
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
58+
<trusting group="androidx.constraintlayout"/>
5859
<trusting group="androidx.databinding"/>
5960
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
6061
<trusting group="^com[.]android($|([.].*))" regex="true"/>

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
implementation 'androidx.core:core-ktx:1.15.0'
4747
implementation 'androidx.appcompat:appcompat:1.7.0'
4848
implementation 'com.google.android.material:material:1.12.0'
49-
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
49+
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
5050
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.7'
5151
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
5252
implementation project(path: ':ui')

0 commit comments

Comments
 (0)