summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim Lazeba <mlazeba@google.com>2022-06-24 11:56:41 +0100
committerMaksim Lazeba <mlazeba@google.com>2022-06-25 12:38:37 +0000
commitfea590798e5d2935ced6d95c7bba5afafc303dc3 (patch)
tree68659a52b40bb31b54e1b3b6ae1f6228d9f67523
parent19133d6c5e192e3282e6b44d1d313cd4ee6c4df7 (diff)
downloadidea-fea590798e5d2935ced6d95c7bba5afafc303dc3.tar.gz
Remove lint check for old build tools
This check is not accurate as latest version for studio and for AGP can be different in case of different versions. It can only lead to confusion but not as much valuable (normally user should not use this at all), hard to implement the right way (would need to maintain the mapping from agp version to build tools version), and user gets the proper sync warning anyway. Bug: 183650753 Test: updated Change-Id: I5ac42ac59ce938a5abb27aebbb9d77a60ec3264d
-rw-r--r--android-lint/testData/gradle/Dependencies.gradle2
-rw-r--r--android-lint/testData/gradle/DependenciesWithTask.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/android-lint/testData/gradle/Dependencies.gradle b/android-lint/testData/gradle/Dependencies.gradle
index d022b8f596f..260d1008ff7 100644
--- a/android-lint/testData/gradle/Dependencies.gradle
+++ b/android-lint/testData/gradle/Dependencies.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 27
- <warning>buildToolsVersion "25.0.0"</warning>
+ buildToolsVersion "25.0.0"
defaultConfig {
minSdkVersion 7
diff --git a/android-lint/testData/gradle/DependenciesWithTask.gradle b/android-lint/testData/gradle/DependenciesWithTask.gradle
index 07a8ed640ec..4a814929f04 100644
--- a/android-lint/testData/gradle/DependenciesWithTask.gradle
+++ b/android-lint/testData/gradle/DependenciesWithTask.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 27
- <warning>buildToolsVersion "25.0.0"</warning>
+ buildToolsVersion "25.0.0"
defaultConfig {
minSdkVersion 7