正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -57,7 +57,8 @@ dependencies { | @@ -57,7 +57,8 @@ dependencies { | ||
| 57 | implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2' | 57 | implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2' |
| 58 | implementation 'org.webrtc:google-webrtc:1.0.32006' | 58 | implementation 'org.webrtc:google-webrtc:1.0.32006' |
| 59 | implementation "com.squareup.okhttp3:okhttp:4.9.0" | 59 | implementation "com.squareup.okhttp3:okhttp:4.9.0" |
| 60 | - implementation "com.google.protobuf:protobuf-javalite:${versions.protobuf}" | 60 | + implementation "com.google.protobuf:protobuf-java:${versions.protobuf}" |
| 61 | + implementation "com.google.protobuf:protobuf-java-util:${versions.protobuf}" | ||
| 61 | 62 | ||
| 62 | implementation 'com.google.dagger:dagger:2.32' | 63 | implementation 'com.google.dagger:dagger:2.32' |
| 63 | annotationProcessor 'com.google.dagger:dagger-compiler:2.32' | 64 | annotationProcessor 'com.google.dagger:dagger-compiler:2.32' |
-
请 注册 或 登录 后发表评论