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
davidliu
2021-04-29 15:43:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2021-04-29 15:43:53 +0900
Commit
6d75a9642fa8359da15b09d9dc85dce3cced6dce
6d75a964
1 parent
247cf35f
Update README.md
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
15 行增加
和
0 行删除
README.md
README.md
查看文件 @
6d75a96
...
...
@@ -8,3 +8,18 @@ Requires `protocol` repo to exist at the same level as this repo to generate pro
1.
Download webrtc sources from https://webrtc.googlesource.com/src
2.
Add sources to Android Studio by pointing at the
`webrtc/sdk/android`
folder.
## Publishing releases
1.
Ensure you have your
`.gradle/gradle.properties`
filled with the requisite credentials:
```
`
nexusUsername=<sonatype username>
nexusPassword=<sonatype password>
signing.keyId=<signing key id>
signing.password=<signing key password>
signing.secretKeyRingFile=<signing pgp key path>
```
`
2.
Update
`VERSION_NAME` in `gradle.properties`
to reflect the release version.
3.
Run
`gradle publish closeAndReleaseRepository`
to upload to maven.
...
...
请
注册
或
登录
后发表评论