mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-08 09:18:39 +01:00
Consolidate app dependencies using gradle version catalogs.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user