Skip to content

Commit 36d5415

Browse files
Update dependency androidx.constraintlayout:constraintlayout to v2.2.0
1 parent a3d3062 commit 36d5415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sampleapp/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
implementation(project(":certificatetransparency-android"))
4646
implementation(kotlin("stdlib-jdk8"))
4747
implementation("androidx.appcompat:appcompat:1.2.0")
48-
implementation("androidx.constraintlayout:constraintlayout:2.0.1")
48+
implementation("androidx.constraintlayout:constraintlayout:2.2.0")
4949
implementation("com.google.android.material:material:1.2.1")
5050
implementation("com.google.android.gms:play-services-base:17.4.0")
5151
implementation("com.squareup.retrofit2:retrofit:2.9.0")

0 commit comments

Comments
 (0)