Skip to content

Commit 1ee5e8c

Browse files
committed
add an android lint baseline
1 parent b663205 commit 1ee5e8c

2 files changed

Lines changed: 696 additions & 1 deletion

File tree

android/app/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,9 @@ def ndkPath() {
177177

178178
android {
179179
ndkVersion rootProject.ext.ndkVersion
180-
180+
lint {
181+
baseline = file("lint-baseline.xml")
182+
}
181183
buildToolsVersion rootProject.ext.buildToolsVersion
182184
compileSdk rootProject.ext.compileSdkVersion
183185

0 commit comments

Comments
 (0)