Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vedio
Project
Project
Details
Activity
Releases
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
android
android_vedio
Commits
748e137e
Commit
748e137e
authored
Jul 06, 2023
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决冲突
parent
87a07482
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
HotStyleListBean.kt
.../java/com/mints/wisdomclean/mvp/model/HotStyleListBean.kt
+6
-2
gradle.properties
video/gradle.properties
+4
-0
No files found.
video/app/src/main/java/com/mints/wisdomclean/mvp/model/HotStyleListBean.kt
View file @
748e137e
...
...
@@ -5,9 +5,11 @@ import android.os.Parcelable
import
kotlinx.android.parcel.Parcelize
import
java.io.Serializable
@SuppressLint
(
"ParcelCreator"
)
@Parcelize
data class
HotStyleListBean
(
val
list
:
List
<
HotStyleBean
>
)
:
Serializ
able
)
:
Parcel
able
@SuppressLint
(
"ParcelCreator"
)
@Parcelize
...
...
@@ -39,7 +41,9 @@ data class HotStyleTypesBean(
var
imageCount
:
Int
=
-
1
,
)
:
Parcelable
@SuppressLint
(
"ParcelCreator"
)
@Parcelize
data class
HotStyleMsgBean
(
val
images
:
List
<
HotStyleBean
>,
val
types
:
List
<
HotStyleTypesBean
>
)
:
Serializable
\ No newline at end of file
)
:
Parcelable
video/gradle.properties
View file @
748e137e
...
...
@@ -40,7 +40,11 @@ WEIXIN_APP_ID =wx6830d86ba20be254
WEIXIN_APP_SECRET
=
91f91c0721bd989cf8b9c9b8dc8a5e9c
#umeng
<<<<<<<
Updated
upstream
RELEASE_UMENG_KEY
=
64a67d4fa1a164591b44f0e8
=======
RELEASE_UMENG_KEY
=
63c0fd97d64e68613917170f
>>>>>>>
Stashed
changes
GROMORE_APP_ID
=
"5404192"
GROMORE_SPLASH_CODE="102371299"
...
...
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