提交 9a1d2bc9 编写于 作者: DCloud-yinjiacheng's avatar DCloud-yinjiacheng

update: docs/native/modules/android/uni-verify.md

上级 23a95d51
...@@ -9,7 +9,7 @@ allprojects { ...@@ -9,7 +9,7 @@ allprojects {
repositories { repositories {
jcenter() jcenter()
google() google()
// 个推的Maven仓地址。 // 个推的Maven仓地址。
maven { maven {
url 'https://mvn.getui.com/nexus/content/repositories/releases' url 'https://mvn.getui.com/nexus/content/repositories/releases'
} }
......
...@@ -10,11 +10,27 @@ ...@@ -10,11 +10,27 @@
将本地依赖库复制到app项目的libs下。 将本地依赖库复制到app项目的libs下。
### 线上依赖库 ### 线上依赖库
首先在项目根目录下的build.gradle增加个推仓库源。
```groovy
allprojects {
repositories {
jcenter()
google()
// 个推的Maven仓库地址
maven {
url 'https://mvn.getui.com/nexus/content/repositories/releases'
}
}
}
```
|名称 | |名称 |
|:-- | |:-- |
|com.getui:gtc:3.2.13.0 | |com.getui:gtc:3.2.13.0 |
将线上依赖库添加到app项目的build.gradle下。 然后将线上依赖库添加到app项目的build.gradle下。
### 配置应用ID ### 配置应用ID
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册