chore: add android folder back

This commit is contained in:
Matthew Raymer
2025-03-11 10:01:39 +00:00
parent c9536dd643
commit e2d543337b
51 changed files with 1334 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
android {
lintOptions {
disable 'UnsanitizedFilenameFromContentProvider'
abortOnError false
baseline file("lint-baseline.xml")
}
}