No functional changes, just aiming for more consistent library naming conventions and dependency sorting within every Gradle file. Differential Revision: https://phabricator.services.mozilla.com/D263384
7 lines
120 B
Groovy
7 lines
120 B
Groovy
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
implementation libs.android.lint
|
|
implementation libs.android.lint.checks
|
|
}
|