Skip to content

Commit

Permalink
gradle: add lint baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Art_Chen <[email protected]>
  • Loading branch information
Art-Chen committed Sep 17, 2023
1 parent e8e4503 commit c4b0424
Show file tree
Hide file tree
Showing 2 changed files with 634 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ android {
kotlinOptions {
jvmTarget = '17'
}
lintOptions {
baseline file("lint-baseline.xml")
}
namespace 'moe.chenxy.miuiextra'
}

Expand Down
Loading

0 comments on commit c4b0424

Please sign in to comment.