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-10-07 20:32:22 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e5bfbfdce95845550eea6827d766fce177c30b9a
e5bfbfdc
1 parent
27388c70
add protocol repo as a submodule
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
5 行增加
和
1 行删除
.gitmodules
build.gradle
protocol
.gitmodules
0 → 100644
查看文件 @
e5bfbfd
[submodule "protocol"]
path = protocol
url = git@github.com:livekit/protocol.git
...
...
build.gradle
查看文件 @
e5bfbfd
...
...
@@ -55,7 +55,7 @@ ext {
protobuf
:
"3.15.1"
,
]
generated
=
[
protoSrc:
"$projectDir/
../
protocol"
,
protoSrc:
"$projectDir/protocol"
,
]
deps
=
[
]
...
...
protocol
@
1dadf893
Subproject commit 1dadf893095928a27ae47b63cdce74607c38f229
...
...
请
注册
或
登录
后发表评论