fix: lint baseline

This commit is contained in:
2025-12-08 21:48:46 +01:00
parent ad32311de3
commit 1a13b66013
3 changed files with 5989 additions and 2 deletions

View File

@@ -68,6 +68,10 @@ android {
buildConfig true buildConfig true
} }
lintOptions {
baseline file("lint-baseline.xml")
}
namespace 'com.cappielloantonio.tempo' namespace 'com.cappielloantonio.tempo'
} }
@@ -109,4 +113,4 @@ dependencies {
// Jellyfin // Jellyfin
implementation 'org.jellyfin.media3:media3-ffmpeg-decoder:1.8.0+1' implementation 'org.jellyfin.media3:media3-ffmpeg-decoder:1.8.0+1'
} }

5983
app/lint-baseline.xml Normal file

File diff suppressed because one or more lines are too long

View File

@@ -18,4 +18,4 @@ allprojects {
tasks.register('clean', Delete) { tasks.register('clean', Delete) {
delete rootProject.buildDir delete rootProject.buildDir
} }