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