0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

Bump main lint dependency to 27.1.1 to match lint sub-dependencies

This commit is contained in:
Mike Hardy 2020-11-11 09:48:10 -05:00
parent 5f88b8ca5a
commit 54bb9c96f9

View File

@ -15,6 +15,6 @@ dependencies {
compileOnly "com.android.tools.lint:lint:27.1.1" compileOnly "com.android.tools.lint:lint:27.1.1"
testImplementation "junit:junit:4.13.1" testImplementation "junit:junit:4.13.1"
testImplementation "com.android.tools.lint:lint:27.1.0" testImplementation "com.android.tools.lint:lint:27.1.1"
testImplementation "com.android.tools.lint:lint-tests:27.1.1" testImplementation "com.android.tools.lint:lint-tests:27.1.1"
} }