|
|
@ -3,7 +3,7 @@ accompanist = "0.32.0"
|
|
|
|
androidDesugarJdkLibs = "2.0.4"
|
|
|
|
androidDesugarJdkLibs = "2.0.4"
|
|
|
|
# AGP and tools should be updated together
|
|
|
|
# AGP and tools should be updated together
|
|
|
|
androidGradlePlugin = "8.2.0"
|
|
|
|
androidGradlePlugin = "8.2.0"
|
|
|
|
androidTools = "31.1.3"
|
|
|
|
androidTools = "31.2.0"
|
|
|
|
androidxActivity = "1.8.0"
|
|
|
|
androidxActivity = "1.8.0"
|
|
|
|
androidxAppCompat = "1.6.1"
|
|
|
|
androidxAppCompat = "1.6.1"
|
|
|
|
androidxBrowser = "1.6.0"
|
|
|
|
androidxBrowser = "1.6.0"
|
|
|
@ -47,7 +47,6 @@ kotlinxCoroutines = "1.7.3"
|
|
|
|
kotlinxDatetime = "0.5.0"
|
|
|
|
kotlinxDatetime = "0.5.0"
|
|
|
|
kotlinxSerializationJson = "1.6.0"
|
|
|
|
kotlinxSerializationJson = "1.6.0"
|
|
|
|
ksp = "1.9.21-1.0.16"
|
|
|
|
ksp = "1.9.21-1.0.16"
|
|
|
|
lint = "31.2.0"
|
|
|
|
|
|
|
|
okhttp = "4.12.0"
|
|
|
|
okhttp = "4.12.0"
|
|
|
|
protobuf = "3.24.4"
|
|
|
|
protobuf = "3.24.4"
|
|
|
|
protobufPlugin = "0.9.4"
|
|
|
|
protobufPlugin = "0.9.4"
|
|
|
@ -127,9 +126,9 @@ kotlinx-coroutines-guava = { group = "org.jetbrains.kotlinx", name = "kotlinx-co
|
|
|
|
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" }
|
|
|
|
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" }
|
|
|
|
kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version.ref = "kotlinxDatetime" }
|
|
|
|
kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version.ref = "kotlinxDatetime" }
|
|
|
|
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
|
|
|
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
|
|
|
lint-api = { group = "com.android.tools.lint", name = "lint-api", version.ref = "lint" }
|
|
|
|
lint-api = { group = "com.android.tools.lint", name = "lint-api", version.ref = "androidTools" }
|
|
|
|
lint-checks = { group = "com.android.tools.lint", name = "lint-checks", version.ref = "lint" }
|
|
|
|
lint-checks = { group = "com.android.tools.lint", name = "lint-checks", version.ref = "androidTools" }
|
|
|
|
lint-tests = { group = "com.android.tools.lint", name = "lint-tests", version.ref = "lint" }
|
|
|
|
lint-tests = { group = "com.android.tools.lint", name = "lint-tests", version.ref = "androidTools" }
|
|
|
|
okhttp-logging = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "okhttp" }
|
|
|
|
okhttp-logging = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "okhttp" }
|
|
|
|
protobuf-kotlin-lite = { group = "com.google.protobuf", name = "protobuf-kotlin-lite", version.ref = "protobuf" }
|
|
|
|
protobuf-kotlin-lite = { group = "com.google.protobuf", name = "protobuf-kotlin-lite", version.ref = "protobuf" }
|
|
|
|
protobuf-protoc = { group = "com.google.protobuf", name = "protoc", version.ref = "protobuf" }
|
|
|
|
protobuf-protoc = { group = "com.google.protobuf", name = "protoc", version.ref = "protobuf" }
|
|
|
|