Set up basic lint for Wear OS

This commit is contained in:
Sylvia van Os committed 2026-08-13 17:24:00 +02:00
1 parent 537a66ad5d
commit fa06b40a97
2 files changed
+8

No files matched your search

+4
View File
@@ -37,6 +37,10 @@ android {
buildFeatures {
compose = true
}
lint {
lintConfig = file("lint.xml")
}
}
dependencies {
+4
View File
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="MissingTranslation" severity="ignore" />
</lint>