Skip to content

Commit e032ed3

Browse files
committed
chore(internal): use lint.targetSdk instead
1 parent e53fcd8 commit e032ed3

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

internal/chooserx/build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ android {
88

99
defaultConfig {
1010
minSdk = 16
11-
targetSdk = 36
1211

1312
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1413
}
@@ -20,6 +19,10 @@ android {
2019
}
2120
}
2221

22+
lint {
23+
targetSdk = 36
24+
}
25+
2326
}
2427

2528
dependencies {

internal/lintchecks/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ android {
77

88
defaultConfig {
99
minSdk = 16
10+
}
11+
12+
lint {
1013
targetSdk = 36
1114
}
1215
}

0 commit comments

Comments
 (0)