Skip to content

Commit 61f8073

Browse files
committed
Merge lint dependency version with androidTools
1 parent 339280e commit 61f8073

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ accompanist = "0.32.0"
33
androidDesugarJdkLibs = "2.0.4"
44
# AGP and tools should be updated together
55
androidGradlePlugin = "8.2.0"
6-
androidTools = "31.1.3"
6+
androidTools = "31.2.0"
77
androidxActivity = "1.8.0"
88
androidxAppCompat = "1.6.1"
99
androidxBrowser = "1.6.0"
@@ -47,7 +47,6 @@ kotlinxCoroutines = "1.7.3"
4747
kotlinxDatetime = "0.5.0"
4848
kotlinxSerializationJson = "1.6.0"
4949
ksp = "1.9.21-1.0.16"
50-
lint = "31.2.0"
5150
okhttp = "4.12.0"
5251
protobuf = "3.24.4"
5352
protobufPlugin = "0.9.4"
@@ -127,9 +126,9 @@ kotlinx-coroutines-guava = { group = "org.jetbrains.kotlinx", name = "kotlinx-co
127126
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" }
128127
kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version.ref = "kotlinxDatetime" }
129128
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
130-
lint-api = { group = "com.android.tools.lint", name = "lint-api", version.ref = "lint" }
131-
lint-checks = { group = "com.android.tools.lint", name = "lint-checks", version.ref = "lint" }
132-
lint-tests = { group = "com.android.tools.lint", name = "lint-tests", version.ref = "lint" }
129+
lint-api = { group = "com.android.tools.lint", name = "lint-api", version.ref = "androidTools" }
130+
lint-checks = { group = "com.android.tools.lint", name = "lint-checks", version.ref = "androidTools" }
131+
lint-tests = { group = "com.android.tools.lint", name = "lint-tests", version.ref = "androidTools" }
133132
okhttp-logging = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "okhttp" }
134133
protobuf-kotlin-lite = { group = "com.google.protobuf", name = "protobuf-kotlin-lite", version.ref = "protobuf" }
135134
protobuf-protoc = { group = "com.google.protobuf", name = "protoc", version.ref = "protobuf" }

0 commit comments

Comments
 (0)