Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
machine
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hooloo
android
machine
Commits
9886d66a
Commit
9886d66a
authored
Jul 17, 2023
by
wjg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.0.16
parent
9bdf2647
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
main_app/build.gradle
+2
-2
main_app/src/main/java/com/ihaoin/hooloo/device/interaction/view/InteractionPresentation.java
+1
-1
release-apk/main_app-release_16_1.0.16.apk
+0
-0
No files found.
main_app/build.gradle
View file @
9886d66a
...
...
@@ -18,8 +18,8 @@ android {
applicationId
"com.ihaoin.hooloo.device"
minSdkVersion
26
targetSdkVersion
30
versionCode
1
5
versionName
"1.0.1
5
"
versionCode
1
6
versionName
"1.0.1
6
"
ndk
{
//选择要添加的对应 cpu 类型的 .so 库。
...
...
main_app/src/main/java/com/ihaoin/hooloo/device/interaction/view/InteractionPresentation.java
View file @
9886d66a
...
...
@@ -151,7 +151,7 @@ public class InteractionPresentation extends Presentation {
private
void
setErrorViews
()
{
PostersVo
postersVo
=
new
PostersVo
();
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
);
}
...
...
release-apk/main_app-release_16_1.0.16.apk
0 → 100644
View file @
9886d66a
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment