Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
livekitAndroidXuningTest
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David Liu
2021-02-21 22:01:47 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
82d9fbd055170787dbd2a42c8b0390e4d270cb12
82d9fbd0
1 parent
5935288b
use protobuf-java-util for json
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
livekit-android-sdk/build.gradle
livekit-android-sdk/build.gradle
查看文件 @
82d9fbd
...
...
@@ -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'
...
...
请
注册
或
登录
后发表评论