Skip to content

Commit dd0defe

Browse files
fix: remove baseline lint causing build failure (#157)
1 parent 6896e27 commit dd0defe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ android {
7070
}
7171

7272
lint {
73-
baseline = file("lint-baseline.xml")
73+
disable += "MissingTranslation"
7474
}
7575
}
7676

0 commit comments

Comments
 (0)