We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use lint from maven central instead of the local installation of the android sdk which could be different than the latest one.
The lint api isn't very friendly so this require some work.
Previous report for reference: https://code.google.com/p/maven-android-plugin/issues/detail?id=376
The text was updated successfully, but these errors were encountered:
Ok ;) But I think first we need this to be done: #303
How gradle uses lint: https://android.googlesource.com/platform/tools/base/+/master/build-system/gradle/src/main/groovy/com/android/build/gradle/tasks/Lint.groovy
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Use lint from maven central instead of the local installation of the android sdk which could be different than the latest one.
The lint api isn't very friendly so this require some work.
Previous report for reference: https://code.google.com/p/maven-android-plugin/issues/detail?id=376
The text was updated successfully, but these errors were encountered: