Upgrade library dependencies

This commit is contained in:
Herbert Reiter
2024-11-02 17:57:58 +01:00
parent 7b3aa69732
commit 6cb3e218c4
+1 -1
View File
@@ -34,5 +34,5 @@ dependencies {
api ('androidx.preference:preference:1.2.1') { api ('androidx.preference:preference:1.2.1') {
exclude group: 'org.jetbrains', module: 'annotations' exclude group: 'org.jetbrains', module: 'annotations'
} }
compileOnly 'org.jetbrains:annotations:25.0.0' compileOnly 'org.jetbrains:annotations:26.0.1'
} }