Skip to content
Snippets Groups Projects
Unverified Commit 7dd76e2e authored by ligi's avatar ligi
Browse files

Ignore lint error so "gradle clean build" does not fail

parent bea887cb
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,9 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
lintOptions {
warning 'AppLinkUrlError'
}
}
dependencies {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment