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 Zhao
2021-11-29 11:35:50 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c3124ae951c0a2817a7b8ce6f02b9b79e42560c4
c3124ae9
1 parent
6145daa8
add jitpack in README
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
13 行增加
和
0 行删除
README.md
README.md
查看文件 @
c3124ae
...
...
@@ -17,6 +17,19 @@ dependencies {
}
```
You'll also need jitpack as one of your repositories.
```
groovy
subprojects
{
repositories
{
google
()
mavenCentral
()
// ...
maven
{
url
'https://jitpack.io'
}
}
}
```
## Sample App
There are two sample apps with similar functionality:
...
...
请
注册
或
登录
后发表评论