From 0abfa744acf409df2495cdd89810dbdc6da9ddf3 Mon Sep 17 00:00:00 2001 From: Anna Teier Date: Fri, 12 Dec 2025 16:40:01 +0100 Subject: [PATCH] chore: agp update --- .idea/misc.xml | 3 ++- app/build.gradle | 6 +++--- build.gradle | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 94cced94..d5950937 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,3 +1,4 @@ + - + diff --git a/app/build.gradle b/app/build.gradle index 490e6241..93f02e63 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,11 +68,11 @@ android { buildConfig true } - lintOptions { - baseline file("lint-baseline.xml") - } namespace 'com.cappielloantonio.tempo' + lint { + baseline file('lint-baseline.xml') + } } dependencies { diff --git a/build.gradle b/build.gradle index b85c123d..9c096b6b 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.13.1' + classpath 'com.android.tools.build:gradle:8.13.2' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21' } }