正在显示
1 个修改的文件
包含
13 行增加
和
0 行删除
| @@ -17,6 +17,19 @@ dependencies { | @@ -17,6 +17,19 @@ 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: |
-
请 注册 或 登录 后发表评论