From ee4172252739d316519b02db702c62a780cef5b9 Mon Sep 17 00:00:00 2001 From: ligi Date: Wed, 27 Mar 2019 16:38:39 +0100 Subject: [PATCH] Only ignore specific lint issue (#14) while f4dd1d1 fixes #13 it is very broadly deactivating lint trowing errors This PR makes it just ignore the specific lint problem at hand --- demo-android/build.gradle | 2 +- demo-android/lint-config.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 demo-android/lint-config.xml diff --git a/demo-android/build.gradle b/demo-android/build.gradle index c051d20..ff4b933 100644 --- a/demo-android/build.gradle +++ b/demo-android/build.gradle @@ -18,7 +18,7 @@ android { } lintOptions { - abortOnError false + lintConfig file("lint-config.xml") } compileOptions { diff --git a/demo-android/lint-config.xml b/demo-android/lint-config.xml new file mode 100644 index 0000000..e1957ce --- /dev/null +++ b/demo-android/lint-config.xml @@ -0,0 +1,5 @@ + + + + +