From 7f0825f8195a522ed7e8bcdb6347f3a719e06c74 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期一, 16 六月 2025 15:29:44 +0800 Subject: [PATCH] 新版穿山甲接入/拦截应用宝链接跳转至应用市场 --- BuWanVideo/build.gradle | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/BuWanVideo/build.gradle b/BuWanVideo/build.gradle index 9346e50..0a72290 100644 --- a/BuWanVideo/build.gradle +++ b/BuWanVideo/build.gradle @@ -59,6 +59,7 @@ implementation files('libs/nb_trade-4.0.0.27.aar') implementation files('libs/nb_trade-4.0.0.27.aar') implementation files('libs/open_ad_6.1.7.2_841bfa881_2394g.aar') + implementation files('libs/open_ad_sdk_6.8.1.7.aar') implementation 'androidx.cardview:cardview:1.0.0' @@ -100,8 +101,10 @@ // } // implementation('com.volcengine:apm_insight_crash:1.4.2') // implementation('com.volcengine:apm_insight_sdk:1.0.3') - implementation 'com.pangle.cn:mediation-sdk:6.6.0.7' - implementation ('com.pangle.cn:pangrowth-dpsdk:5.2.1.0'){ +// implementation 'com.pangle.cn:mediation-sdk:6.6.0.7' + + + implementation('com.pangle.cn:pangrowth-dpsdk:5.2.1.0') { exclude group: 'com.pangle.cn', module: 'adclog' } implementation 'com.pangle.cn:pangrowth-base:2.7.0.0' @@ -121,6 +124,8 @@ implementation 'com.apkfuns.log2file:log2file:1.3.1' implementation "org.jetbrains.kotlin:kotlin-reflect:1.4.10" + + } android { signingConfigs { @@ -134,6 +139,7 @@ useLibrary 'org.apache.http.legacy' compileSdkVersion 29 buildToolsVersion '29.0.2' + compileOptions { sourceCompatibility JavaVersion.VERSION_1_7 targetCompatibility JavaVersion.VERSION_1_7 @@ -158,10 +164,10 @@ defaultConfig { applicationId "com.doudou.ysvideo" - versionCode 153 - versionName "3.11.2" + versionCode 154 + versionName "3.11.3" multiDexEnabled = true - minSdkVersion 21 + minSdkVersion 24 targetSdkVersion 30 ndk { // 32涓�64 -- Gitblit v1.8.0