Upgrade library dependencies

This commit is contained in:
Herbert Reiter
2024-10-04 09:56:45 +02:00
parent 42d01a9abe
commit dcbfc23070
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,5 +34,5 @@ dependencies {
api ('androidx.preference:preference:1.2.1') {
exclude group: 'org.jetbrains', module: 'annotations'
}
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.jetbrains:annotations:25.0.0'
}