diff options
Diffstat (limited to 'android/app')
| -rw-r--r-- | android/app/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 97739770de..02cb680b08 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -44,6 +44,7 @@ android { ) lint { + lintConfig = file("${rootProject.projectDir}/config/lint.xml") baseline = file("lint-baseline.xml") abortOnError = true warningsAsErrors = true |
