Skip to content

Commit ea8427f

Browse files
committed
🔥
1 parent 9218918 commit ea8427f

84 files changed

Lines changed: 2569 additions & 1047 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ android {
6969
jvmTarget = "11"
7070
}
7171
namespace = "me.rosuh.easywatermark"
72+
73+
lint {
74+
baseline = file("lint-baseline.xml")
75+
}
7276
}
7377

7478
kapt {

0 commit comments

Comments
 (0)