Upgrade library dependencies

This commit is contained in:
Herbert Reiter
2023-12-12 20:18:38 +01:00
parent c159f7b654
commit 9887622c75
+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.0.1'
compileOnly 'org.jetbrains:annotations:24.1.0'
}