Consolidate app dependencies using gradle version catalogs.

This commit is contained in:
Alex Hart
2021-09-14 14:57:04 -03:00
parent 7d7dd101df
commit b589449c34
17 changed files with 332 additions and 164 deletions
+4 -4
View File
@@ -6,11 +6,11 @@ repositories {
}
dependencies {
compileOnly 'com.android.tools.lint:lint-api:26.6.3'
compileOnly 'com.android.tools.lint:lint-checks:26.6.3'
compileOnly lintLibs.lint.api
compileOnly lintLibs.lint.checks
testImplementation 'com.android.tools.lint:lint-tests:26.6.3'
testImplementation 'junit:junit:4.12'
testImplementation lintLibs.lint.tests
testImplementation testLibs.junit.junit
}
jar {