@@ -3,7 +3,7 @@ accompanist = "0.32.0"
33androidDesugarJdkLibs = " 2.0.4"
44# AGP and tools should be updated together
55androidGradlePlugin = " 8.2.0"
6- androidTools = " 31.1.3 "
6+ androidTools = " 31.2.0 "
77androidxActivity = " 1.8.0"
88androidxAppCompat = " 1.6.1"
99androidxBrowser = " 1.6.0"
@@ -47,7 +47,6 @@ kotlinxCoroutines = "1.7.3"
4747kotlinxDatetime = " 0.5.0"
4848kotlinxSerializationJson = " 1.6.0"
4949ksp = " 1.9.21-1.0.16"
50- lint = " 31.2.0"
5150okhttp = " 4.12.0"
5251protobuf = " 3.24.4"
5352protobufPlugin = " 0.9.4"
@@ -127,9 +126,9 @@ kotlinx-coroutines-guava = { group = "org.jetbrains.kotlinx", name = "kotlinx-co
127126kotlinx-coroutines-test = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-test" , version.ref = " kotlinxCoroutines" }
128127kotlinx-datetime = { group = " org.jetbrains.kotlinx" , name = " kotlinx-datetime" , version.ref = " kotlinxDatetime" }
129128kotlinx-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 " }
133132okhttp-logging = { group = " com.squareup.okhttp3" , name = " logging-interceptor" , version.ref = " okhttp" }
134133protobuf-kotlin-lite = { group = " com.google.protobuf" , name = " protobuf-kotlin-lite" , version.ref = " protobuf" }
135134protobuf-protoc = { group = " com.google.protobuf" , name = " protoc" , version.ref = " protobuf" }
0 commit comments