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
1
+
[submodule "protocol"]
2
+
path = protocol
3
+
url = git@github.com:livekit/protocol.git
build.gradle
查看文件 @
e5bfbfd
@@ -55,7 +55,7 @@ ext {
@@ -55,7 +55,7 @@ ext {
55
protobuf
:
"3.15.1"
,
55
protobuf
:
"3.15.1"
,
56
]
56
]
57
generated
=
[
57
generated
=
[
58
-
protoSrc:
"$projectDir/
../
protocol"
,
58
+
protoSrc:
"$projectDir/protocol"
,
59
]
59
]
60
deps
=
[
60
deps
=
[
61
]
61
]
protocol
@
1dadf893
1
+Subproject commit 1dadf893095928a27ae47b63cdce74607c38f229
请
注册
或
登录
后发表评论