diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index eac29cf9..1b7f266b 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -144,6 +144,7 @@ + @@ -152,6 +153,7 @@ + diff --git a/sample/build.gradle b/sample/build.gradle index f8db57c6..45bbcfa1 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation project(path: ':lib') implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' implementation 'com.squareup.retrofit2:retrofit:2.11.0' testImplementation 'junit:junit:4.13.2'