From 3839ad430c698001cd02895bdb331fc99dc60334 Mon Sep 17 00:00:00 2001 From: Herbert Reiter <4941275-moasda@users.noreply.gitlab.com> Date: Sun, 6 Jul 2025 20:28:44 +0200 Subject: [PATCH] Upgrade library dependencies --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 010f510..bfb9a63 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,5 +34,5 @@ dependencies { api ('androidx.preference:preference:1.2.1') { exclude group: 'org.jetbrains', module: 'annotations' } - compileOnly 'org.jetbrains:annotations:26.0.1' + compileOnly 'org.jetbrains:annotations:26.0.2' }