Skip to content
Snippets Groups Projects
Commit baac5f08 authored by Anon's avatar Anon
Browse files

Merge branch 'deal_with_lint_error' into 'master'

Deal with lint error

See merge request card10/companion-app-android!14
parents 7573e06d 7dd76e2e
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,9 @@ android { ...@@ -26,6 +26,9 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
lintOptions {
warning 'AppLinkUrlError'
}
} }
dependencies { dependencies {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment