We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d3062 commit 36d5415Copy full SHA for 36d5415
sampleapp/build.gradle.kts
@@ -45,7 +45,7 @@ dependencies {
45
implementation(project(":certificatetransparency-android"))
46
implementation(kotlin("stdlib-jdk8"))
47
implementation("androidx.appcompat:appcompat:1.2.0")
48
- implementation("androidx.constraintlayout:constraintlayout:2.0.1")
+ implementation("androidx.constraintlayout:constraintlayout:2.2.0")
49
implementation("com.google.android.material:material:1.2.1")
50
implementation("com.google.android.gms:play-services-base:17.4.0")
51
implementation("com.squareup.retrofit2:retrofit:2.9.0")
0 commit comments