Commit a6a2e4d1 authored by mengcuiguang2's avatar mengcuiguang2

更新穿山甲sdk

parent a8d02001
*.iml
.DS_Store
gradle.properties
local.properties
/.idea
/.gradle
/build
/gradle
#lib project
app/build
wheelsruflibray/build
shareSdkLib/build
picture_library/build
ucrop/build
......@@ -9,8 +9,8 @@ android {
applicationId "com.mints.goldspace"
minSdkVersion rootProject.ext.androidMinSdkVersion
targetSdkVersion rootProject.ext.androidTargetSdkVersion
versionCode 39
versionName "1.3.9"
versionCode 40
versionName "1.4.0"
flavorDimensions "default"
// dex突破65535的限制
......
No preview for this file type
......@@ -170,10 +170,14 @@ class KylPageAdapter(val kylPageList: MutableList<KylBean.Data>) :
val ttAdDislike = ad.getDislikeDialog(context as Activity?)
if (ttAdDislike != null) {
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 onRefuse() {}
override fun onShow() {
}
})
}
dislike.setOnClickListener { ttAdDislike!!.showDislikeDialog() }
......
## 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment