diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 88fa47d5..06e8b270 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -89,6 +89,7 @@ + @@ -117,6 +118,7 @@ + @@ -308,6 +310,11 @@ + + + + + @@ -576,6 +583,11 @@ + + + + + diff --git a/lib/build.gradle b/lib/build.gradle index 7dd59a6e..e7d6b11b 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -118,7 +118,7 @@ dependencies { implementation "androidx.appcompat:appcompat:1.6.1" implementation 'androidx.annotation:annotation:1.7.1' - implementation 'androidx.core:core:1.12.0' + implementation 'androidx.core:core:1.13.0' implementation 'androidx.fragment:fragment:1.6.2' implementation 'com.google.android.material:material:1.11.0'