From 9887622c75807039dc8dc5202c61a0f0ff00477d Mon Sep 17 00:00:00 2001 From: Herbert Reiter <4941275-moasda@users.noreply.gitlab.com> Date: Tue, 12 Dec 2023 20:18:38 +0100 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 650b205..372a7cd 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:24.0.1' + compileOnly 'org.jetbrains:annotations:24.1.0' }