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

Bump lint-api from 27.1.2 to 27.1.3

Bumps lint-api from 27.1.2 to 27.1.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Bump lint-tests from 27.1.2 to 27.1.3

Bumps lint-tests from 27.1.2 to 27.1.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Bump lint from 27.1.2 to 27.1.3 (#303)

* Bump lint from 27.1.2 to 27.1.3

Bumps lint from 27.1.2 to 27.1.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update lint-rules/build.gradle

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Mike Hardy <github@mikehardy.net>
This commit is contained in:
dependabot-preview[bot] 2021-03-19 10:14:28 +00:00 committed by Mike Hardy
parent 9bd7fbab5b
commit b7537af36a

View File

@ -11,10 +11,10 @@ repositories {
}
dependencies {
compileOnly "com.android.tools.lint:lint-api:27.1.2"
compileOnly "com.android.tools.lint:lint:27.1.2"
compileOnly "com.android.tools.lint:lint-api:27.1.3"
compileOnly "com.android.tools.lint:lint:27.1.3"
testImplementation "junit:junit:4.13.2"
testImplementation "com.android.tools.lint:lint:27.1.2"
testImplementation "com.android.tools.lint:lint-tests:27.1.2"
testImplementation "com.android.tools.lint:lint:27.1.3"
testImplementation "com.android.tools.lint:lint-tests:27.1.3"
}