chore: add android folder back

This commit is contained in:
Matthew Raymer
2025-03-11 10:01:39 +00:00
parent e0aded04b4
commit 87ef6f4186
56 changed files with 1384 additions and 2 deletions

View File

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