David Liu

use protobuf-java-util for json

... ... @@ -57,7 +57,8 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2'
implementation 'org.webrtc:google-webrtc:1.0.32006'
implementation "com.squareup.okhttp3:okhttp:4.9.0"
implementation "com.google.protobuf:protobuf-javalite:${versions.protobuf}"
implementation "com.google.protobuf:protobuf-java:${versions.protobuf}"
implementation "com.google.protobuf:protobuf-java-util:${versions.protobuf}"
implementation 'com.google.dagger:dagger:2.32'
annotationProcessor 'com.google.dagger:dagger-compiler:2.32'
... ...