Commit 9886d66a by wjg

1.0.16

parent 9bdf2647
...@@ -18,8 +18,8 @@ android { ...@@ -18,8 +18,8 @@ android {
applicationId "com.ihaoin.hooloo.device" applicationId "com.ihaoin.hooloo.device"
minSdkVersion 26 minSdkVersion 26
targetSdkVersion 30 targetSdkVersion 30
versionCode 15 versionCode 16
versionName "1.0.15" versionName "1.0.16"
ndk { ndk {
//选择要添加的对应 cpu 类型的 .so 库。 //选择要添加的对应 cpu 类型的 .so 库。
......
...@@ -151,7 +151,7 @@ public class InteractionPresentation extends Presentation { ...@@ -151,7 +151,7 @@ public class InteractionPresentation extends Presentation {
private void setErrorViews() { private void setErrorViews() {
PostersVo postersVo = new PostersVo(); PostersVo postersVo = new PostersVo();
postersVo.setDuration(5); postersVo.setDuration(5);
postersVo.setPosters(Arrays.asList("https://hooloo-saas-test.oss-cn-beijing.aliyuncs.com/posternull.png")); postersVo.setPosters(Arrays.asList("https://hooloo-saas-test.oss-cn-beijing.aliyuncs.com/interactive/v2/posternull.png"));
setPosterViews(postersVo); setPosterViews(postersVo);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment