提交 a24c000c 编写于 作者: 杜庆泉's avatar 杜庆泉

Update uts-for-android.md

上级 17268548
......@@ -325,6 +325,21 @@ mediaPlayer.start();
\--- com.github.bumptech.glide:annotations:4.9.0@jar
```
### 3.5 远程依赖仓库说明
目前云打包机支持下面的仓库:
```
jcenter()
google()
// huawei
maven {url 'https://developer.huawei.com/repo/'}
// JitPack 远程仓库:https://jitpack.io
maven { url 'https://jitpack.io' }
```
......@@ -1373,6 +1388,8 @@ btn_start_screen_listen.setOnClickListener(new StartBroadcastListener());
+ 实现接口的关键字 是 `extends` 这个要特别注意
## 7 已知待解决问题(持续更新)
### 7.1 结构入参 boolean 参数默认为true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册