0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00
Anki-Android/lint-rules/build.gradle
dependabot-preview[bot] cc5b3a5e59 Bump lint-tests from 27.0.1 to 27.0.2
Bumps lint-tests from 27.0.1 to 27.0.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-07 15:09:22 -05:00

20 lines
480 B
Groovy

apply plugin: "java-library"
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
repositories {
google()
jcenter()
}
dependencies {
compileOnly "com.android.tools.lint:lint-api:27.0.1"
compileOnly "com.android.tools.lint:lint:27.0.1"
testImplementation "junit:junit:4.13"
testImplementation "com.android.tools.lint:lint:27.0.1"
testImplementation "com.android.tools.lint:lint-tests:27.0.2"
}