File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ buildscript {
7
7
// lintVersion = '27.2.0-beta05'
8
8
9
9
// Upcoming lint target: Arctic Fox / AGP 7
10
- gradlePluginVersion = ' 7.0.0-alpha08 '
11
- lintVersion = ' 30.0.0-alpha08 ' // if gradle plugin was 4.1.2, you'd use 27.1.2 here
10
+ gradlePluginVersion = ' 7.0.0-alpha10 '
11
+ lintVersion = ' 30.0.0-alpha10 ' // if gradle plugin was 4.1.2, you'd use 27.1.2 here
12
12
}
13
13
14
14
repositories {
Original file line number Diff line number Diff line change @@ -13,25 +13,13 @@ lintOptions {
13
13
dependencies {
14
14
// For a description of the below dependencies, see the main project README
15
15
compileOnly " com.android.tools.lint:lint-api:$lintVersion "
16
+ // You typically don't need this one:
16
17
compileOnly " com.android.tools.lint:lint-checks:$lintVersion "
17
18
compileOnly " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion "
18
19
19
- // TEMPORARY WORKAROUND
20
- // Due to https://issuetracker.google.com/180889192, for some builds
21
- // of 7.0 you may need to add one or more of the following dependencies,
22
- // depending on which APIs your lint checks depend on. These were accidentally
23
- // not exported by the lint-api artifact as api dependencies. This will
24
- // be fixed by AGP 7.0.0-alpha10.
25
- compileOnly " com.android.tools.lint:lint-api:$lintVersion "
26
- compileOnly " com.android.tools.layoutlib:layoutlib-api:$lintVersion "
27
- compileOnly " com.android.tools:common:$lintVersion "
28
- compileOnly " com.android.tools.external.com-intellij:kotlin-compiler:$lintVersion "
29
- compileOnly " org.ow2.asm:asm:7.0"
30
-
31
20
testImplementation " junit:junit:4.13.2"
32
21
testImplementation " com.android.tools.lint:lint:$lintVersion "
33
22
testImplementation " com.android.tools.lint:lint-tests:$lintVersion "
34
- testImplementation " com.android.tools:testutils:$lintVersion "
35
23
}
36
24
37
25
sourceCompatibility = " 1.8"
You can’t perform that action at this time.
0 commit comments