正在显示
1 个修改的文件
包含
14 行增加
和
1 行删除
| @@ -17,11 +17,24 @@ dependencies { | @@ -17,11 +17,24 @@ dependencies { | ||
| 17 | } | 17 | } |
| 18 | ``` | 18 | ``` |
| 19 | 19 | ||
| 20 | +You'll also need jitpack as one of your repositories. | ||
| 21 | + | ||
| 22 | +```groovy | ||
| 23 | +subprojects { | ||
| 24 | + repositories { | ||
| 25 | + google() | ||
| 26 | + mavenCentral() | ||
| 27 | + // ... | ||
| 28 | + maven { url 'https://jitpack.io' } | ||
| 29 | + } | ||
| 30 | +} | ||
| 31 | +``` | ||
| 32 | + | ||
| 20 | ## Sample App | 33 | ## Sample App |
| 21 | 34 | ||
| 22 | There are two sample apps with similar functionality: | 35 | There are two sample apps with similar functionality: |
| 23 | 36 | ||
| 24 | -* [Compose app](https://github.com/livekit/client-sdk-android/tree/master/sample-app-compose/src/main/java/io/livekit/android/composesample) | 37 | +* [Compose app](https://github.com/livekit/client-sdk-android/tree/master/sample-app-compose/src/main/java/io/livekit/android/composesample) |
| 25 | * [Standard app](https://github.com/livekit/client-sdk-android/tree/master/sample-app) | 38 | * [Standard app](https://github.com/livekit/client-sdk-android/tree/master/sample-app) |
| 26 | 39 | ||
| 27 | ## Usage | 40 | ## Usage |
-
请 注册 或 登录 后发表评论