Upgrade library dependencies

This commit is contained in:
Herbert Reiter
2025-07-06 20:28:44 +02:00
parent 5b60b46676
commit 3839ad430c
+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:26.0.1' compileOnly 'org.jetbrains:annotations:26.0.2'
} }