Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
L
LuckyFarm
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
LuckyFarm
Commits
a732f2f9
Commit
a732f2f9
authored
Nov 13, 2020
by
wangxuewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[提交人]:王雪伟
[提交简述] :幸运农场 [实现方案] :1.0.7更换广告依赖方式,加入预加载描述
parent
d0393ced
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
140 additions
and
122 deletions
+140
-122
GameActivity.kt
app/src/main/java/com/ym/game/GameActivity.kt
+137
-119
SiginDropsPopupwindow.kt
app/src/main/java/com/ym/game/view/SiginDropsPopupwindow.kt
+1
-1
TurntableDialog.kt
app/src/main/java/com/ym/game/view/TurntableDialog.kt
+1
-1
build.gradle
library/build.gradle
+1
-1
No files found.
app/src/main/java/com/ym/game/GameActivity.kt
View file @
a732f2f9
This diff is collapsed.
Click to expand it.
app/src/main/java/com/ym/game/view/SiginDropsPopupwindow.kt
View file @
a732f2f9
...
...
@@ -180,7 +180,7 @@ class SiginDropsPopupwindow : PopupWindow(), WateringRewardContract.View,
// )
AdManager
.
playRewardAd
(
ADConfig
.
AD_REWARD_VIDIO
,
""
,
"
receive_coin_task_video
"
,
(
mContext
as
Activity
),
object
:
ZXADVideoListener
{
override
fun
onAdClose
()
{
...
...
app/src/main/java/com/ym/game/view/TurntableDialog.kt
View file @
a732f2f9
...
...
@@ -191,7 +191,7 @@ object TurntableDialog : TurntableUtils(), TurntableContract.View {
// }, AdID.mPlacementId_Reward_video_luck_farm)
AdManager
.
playRewardAd
(
ADConfig
.
AD_REWARD_VIDIO
,
""
,
"
lucky_turntable_lottery_look_video
"
,
(
context
as
Activity
),
object
:
ZXADVideoListener
{
override
fun
onAdClose
()
{
...
...
library/build.gradle
View file @
a732f2f9
...
...
@@ -112,7 +112,7 @@ dependencies {
// exclude group: 'com.mintegral.msdk'
// exclude group: 'cn.vlion.inlandsh'
// }
api
'com.ym.admodule:admodule:1.0.1.
7
'
api
'com.ym.admodule:admodule:1.0.1.
10
'
api
(
"com.bx:adsdk:1.3.3"
){
exclude
group:
'com.google.code.gson'
}
...
...
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