Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_highgold_pro
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_highgold_pro
Commits
a6a2e4d1
Commit
a6a2e4d1
authored
Aug 02, 2021
by
mengcuiguang2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新穿山甲sdk
parent
a8d02001
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
12 deletions
+23
-12
.gitignore
.gitignore
+15
-0
build.gradle
app/build.gradle
+2
-2
open_ad_sdk.aar
app/libs/open_ad_sdk.aar
+0
-0
KylPageAdapter.kt
...ain/java/com/mints/goldspace/ui/adapter/KylPageAdapter.kt
+6
-2
local.properties
local.properties
+0
-8
No files found.
.gitignore
0 → 100644
View file @
a6a2e4d1
*.iml
.DS_Store
gradle.properties
local.properties
/.idea
/.gradle
/build
/gradle
#lib project
app/build
wheelsruflibray/build
shareSdkLib/build
picture_library/build
ucrop/build
app/build.gradle
View file @
a6a2e4d1
...
@@ -9,8 +9,8 @@ android {
...
@@ -9,8 +9,8 @@ android {
applicationId
"com.mints.goldspace"
applicationId
"com.mints.goldspace"
minSdkVersion
rootProject
.
ext
.
androidMinSdkVersion
minSdkVersion
rootProject
.
ext
.
androidMinSdkVersion
targetSdkVersion
rootProject
.
ext
.
androidTargetSdkVersion
targetSdkVersion
rootProject
.
ext
.
androidTargetSdkVersion
versionCode
39
versionCode
40
versionName
"1.
3.9
"
versionName
"1.
4.0
"
flavorDimensions
"default"
flavorDimensions
"default"
// dex突破65535的限制
// dex突破65535的限制
...
...
app/libs/open_ad_sdk.aar
View file @
a6a2e4d1
No preview for this file type
app/src/main/java/com/mints/goldspace/ui/adapter/KylPageAdapter.kt
View file @
a6a2e4d1
...
@@ -170,10 +170,14 @@ class KylPageAdapter(val kylPageList: MutableList<KylBean.Data>) :
...
@@ -170,10 +170,14 @@ class KylPageAdapter(val kylPageList: MutableList<KylBean.Data>) :
val
ttAdDislike
=
ad
.
getDislikeDialog
(
context
as
Activity
?)
val
ttAdDislike
=
ad
.
getDislikeDialog
(
context
as
Activity
?)
if
(
ttAdDislike
!=
null
)
{
if
(
ttAdDislike
!=
null
)
{
ad
.
getDislikeDialog
(
context
as
Activity
?).
setDislikeInteractionCallback
(
object
:
DislikeInteractionCallback
{
ad
.
getDislikeDialog
(
context
as
Activity
?).
setDislikeInteractionCallback
(
object
:
DislikeInteractionCallback
{
override
fun
onSelected
(
position
:
Int
,
value
:
String
)
{
override
fun
onSelected
(
p0
:
Int
,
p1
:
String
?,
p2
:
Boolean
)
{
}
}
override
fun
onCancel
()
{}
override
fun
onCancel
()
{}
override
fun
onRefuse
()
{}
override
fun
onShow
()
{
}
})
})
}
}
dislike
.
setOnClickListener
{
ttAdDislike
!!
.
showDislikeDialog
()
}
dislike
.
setOnClickListener
{
ttAdDislike
!!
.
showDislikeDialog
()
}
...
...
local.properties
deleted
100755 → 0
View file @
a8d02001
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Wed May 19 20:42:52 CST 2021
sdk.dir
=
/Users/mcg/Library/Android/sdk
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