Add to your project build.gradle
:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
and to module build.gradle
:
dependencies {
...
lintChecks('com.github.LineCutFeng:lint-rules:0.0.7-alpha')
}
How it works: