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
5f8cebde
Commit
5f8cebde
authored
Aug 15, 2023
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级穿山甲sdk
parent
5d58753c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
11 deletions
+4
-11
build.gradle
video/app/build.gradle
+1
-3
ks_adapter_3.3.44.2.aar
video/app/libs/ks_adapter_3.3.44.2.aar
+0
-0
ks_adapter_3.3.49.0.aar
video/app/libs/ks_adapter_3.3.49.0.aar
+0
-0
kssdk-ad-3.3.49.aar
video/app/libs/kssdk-ad-3.3.49.aar
+0
-0
MobileLoginActivity.kt
...om/duben/happyplaylet/ui/activitys/MobileLoginActivity.kt
+3
-8
No files found.
video/app/build.gradle
View file @
5f8cebde
...
...
@@ -250,9 +250,7 @@ dependencies {
}
// 穿山甲聚合 接入【穿山甲、快手】
implementation
"com.pangle.cn:mediation-sdk:5.3.6.0"
// 穿山甲测试工具
// implementation "com.pangle.cn:mediation-test-tools:5.3.6.0"
implementation
"com.pangle.cn:mediation-sdk:5.5.1.4"
// 腾讯播放器
implementation
"com.tencent.liteav:LiteAVSDK_Player:latest.release"
...
...
video/app/libs/ks_adapter_3.3.44.2.aar
deleted
100644 → 0
View file @
5d58753c
File deleted
video/app/libs/ks_adapter_3.3.49.0.aar
0 → 100644
View file @
5f8cebde
File added
video/app/libs/kssdk-ad-3.3.4
4
.aar
→
video/app/libs/kssdk-ad-3.3.4
9
.aar
View file @
5f8cebde
No preview for this file type
video/app/src/main/java/com/duben/happyplaylet/ui/activitys/MobileLoginActivity.kt
View file @
5f8cebde
...
...
@@ -138,7 +138,7 @@ class MobileLoginActivity : BaseActivity(), LoginView, View.OnClickListener {
if
(
isFinishing
)
return
// false-登录 true-绑定手机号
showToast
(
"
登录
成功"
)
showToast
(
"
绑定
成功"
)
hideLoading
()
...
...
@@ -158,13 +158,8 @@ class MobileLoginActivity : BaseActivity(), LoginView, View.OnClickListener {
}
private
fun
initView
()
{
if
(
TextUtils
.
equals
(
enterType
,
"vip"
))
{
tv_title
.
text
=
"绑定手机号"
tvLoginNext
.
text
=
"立即绑定"
}
else
{
tv_title
.
text
=
"手机号登录"
tvLoginNext
.
text
=
"立即登录"
}
tv_title
.
text
=
"绑定手机号"
tvLoginNext
.
text
=
"立即绑定"
iv_left_icon
.
visibility
=
View
.
VISIBLE
iv_left_icon
.
setImageResource
(
R
.
mipmap
.
ic_arrow_back
)
...
...
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