diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index aa6531f2..8f4aa98d 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -105,6 +105,7 @@ + @@ -148,6 +149,7 @@ + @@ -387,6 +389,11 @@ + + + + + diff --git a/lib/build.gradle b/lib/build.gradle index b71ab58c..9652948b 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -119,7 +119,7 @@ dependencies { implementation "androidx.appcompat:appcompat:1.7.0" implementation 'androidx.annotation:annotation:1.9.1' - implementation 'androidx.core:core:1.13.1' + implementation 'androidx.core:core:1.15.0' implementation 'androidx.fragment:fragment:1.8.5' implementation 'com.google.android.material:material:1.12.0'