Showing
1 changed file
with
2 additions
and
2 deletions
1 | -## 视频医生 Android SDK接入文档 (3.4.0.02251433) | 1 | +## 视频医生 Android SDK接入文档 (3.4.0.04191618) |
2 | <!----> | 2 | <!----> |
3 | 3 | ||
4 | [接入过程遇到的问题及解决方案的汇总参考](QA.md) | 4 | [接入过程遇到的问题及解决方案的汇总参考](QA.md) |
@@ -91,7 +91,7 @@ repositories { | @@ -91,7 +91,7 @@ repositories { | ||
91 | ##### 2.2 在build.gradle文件中dependencies中配置库的引用 | 91 | ##### 2.2 在build.gradle文件中dependencies中配置库的引用 |
92 | 92 | ||
93 | ``` | 93 | ``` |
94 | -implementation "com.hhmedic.android.sdk:hh_trtc:3.4.0.02251433" | 94 | +implementation "com.hhmedic.android.sdk:hh_trtc:3.4.0.04191618" |
95 | ``` | 95 | ``` |
96 | 96 | ||
97 | <span style="color:red;">注:添加以上配置后需要进行gradle sync才能同步生效,配置maven库地址的时候不能省略用户名和密码,否则同步不下来。</span> | 97 | <span style="color:red;">注:添加以上配置后需要进行gradle sync才能同步生效,配置maven库地址的时候不能省略用户名和密码,否则同步不下来。</span> |
-
Please register or login to post a comment