Update protobuf to latest

The latest version of protobuf fixes the kotlin-test issue, so we can remove that TODO

Change-Id: Ie51f0721983b288517f54ea22007da4505c54f5b
pull/1837/head
Alex Vanyo 4 years ago committed by Don Turner
parent d01db4bbc2
commit 6dcf50edcd

@ -64,10 +64,7 @@ dependencies {
implementation libs.kotlinx.coroutines.android implementation libs.kotlinx.coroutines.android
implementation libs.androidx.dataStore.core implementation libs.androidx.dataStore.core
implementation(libs.protobuf.kotlin.lite) { implementation(libs.protobuf.kotlin.lite)
// TODO: https://github.com/protocolbuffers/protobuf/issues/9517
exclude group: "org.jetbrains.kotlin", module: "kotlin-test"
}
implementation libs.hilt.android implementation libs.hilt.android
kapt libs.hilt.compiler kapt libs.hilt.compiler

@ -36,7 +36,7 @@ ktlint = "0.43.0"
material3 = "1.5.0-alpha05" material3 = "1.5.0-alpha05"
mockk = "1.12.1" mockk = "1.12.1"
okhttp = "4.9.3" okhttp = "4.9.3"
protobuf = "3.19.1" protobuf = "3.20.0"
protobufPlugin = "0.8.18" protobufPlugin = "0.8.18"
retrofit = "2.9.0" retrofit = "2.9.0"
retrofitKotlinxSerializationJson = "0.8.0" retrofitKotlinxSerializationJson = "0.8.0"

Loading…
Cancel
Save