From dcbfc23070fb938d47859871298e4a36cd64ca7d Mon Sep 17 00:00:00 2001 From: Herbert Reiter <4941275-moasda@users.noreply.gitlab.com> Date: Fri, 4 Oct 2024 09:56:45 +0200 Subject: [PATCH] Upgrade library dependencies --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1996531..8633e2a 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.1.0' + compileOnly 'org.jetbrains:annotations:25.0.0' } diff --git a/build.gradle b/build.gradle index 0bc7e4e..6684442 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.0' + classpath 'com.android.tools.build:gradle:8.6.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files