Skip to content

Commit 683192d

Browse files
fix(deps): update dependency androidx.constraintlayout:constraintlayout to v2.2.1
1 parent 8acc107 commit 683192d

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
@@ -58,6 +58,7 @@
5858
<trusted-key id="0CC641C3A62453AB390066C4A41F13C999945293" group="commons-logging" name="commons-logging" version="1.2"/>
5959
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
6060
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
61+
<trusting group="androidx.constraintlayout"/>
6162
<trusting group="androidx.databinding"/>
6263
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
6364
<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)