|
@@ -95,30 +95,27 @@ android {
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
-
|
|
|
|
- implementation fileTree(dir: 'libs', include: ['*.jar','*.aar'])
|
|
|
|
-
|
|
|
|
// implementation 'com.google.android.gms:play-services-ads:21.3.0'
|
|
// implementation 'com.google.android.gms:play-services-ads:21.3.0'
|
|
// implementation 'com.pangle.cn:ads-sdk-pro:4.8.0.8'
|
|
// implementation 'com.pangle.cn:ads-sdk-pro:4.8.0.8'
|
|
// implementation "com.gromore.cn:gromore-sdk:3.7.0.3"
|
|
// implementation "com.gromore.cn:gromore-sdk:3.7.0.3"
|
|
// implementation "com.gromore.cn:pangle-adapter:4.8.0.8.2"
|
|
// implementation "com.gromore.cn:pangle-adapter:4.8.0.8.2"
|
|
//mintegral
|
|
//mintegral
|
|
-// api("com.mbridge.msdk.support:videojs:16.2.27")
|
|
|
|
-// api("com.mbridge.msdk.support:mbjscommon:16.2.27")
|
|
|
|
-// api("com.mbridge.msdk.support:playercommon:16.2.27")
|
|
|
|
-// api("com.mbridge.msdk.support:reward:16.2.27")
|
|
|
|
-// api("com.mbridge.msdk.support:videocommon:16.2.27")
|
|
|
|
-// api("com.mbridge.msdk.support:chinasame:16.2.27")
|
|
|
|
-// api("com.mbridge.msdk.support:interstitialvideo:16.2.27")
|
|
|
|
-// api("com.mbridge.msdk.support:mbnative:16.2.27")
|
|
|
|
-// api("com.mbridge.msdk.support:nativeex:16.2.27")
|
|
|
|
-// api("com.mbridge.msdk.support:mbnativeadvanced:16.2.27")
|
|
|
|
-// api("com.mbridge.msdk.support:interstitial:16.2.27")
|
|
|
|
-// api("com.mbridge.msdk.support:mbbanner:16.2.27")
|
|
|
|
-// api("com.mbridge.msdk.support:mbsplash:16.2.27")
|
|
|
|
-// api("com.mbridge.msdk.support:mbbid:16.2.27")
|
|
|
|
-// api("com.mbridge.msdk.support:newinterstitial:16.2.27")
|
|
|
|
-
|
|
|
|
|
|
+ api("com.mbridge.msdk.support:videojs:16.2.27")
|
|
|
|
+ api("com.mbridge.msdk.support:mbjscommon:16.2.27")
|
|
|
|
+ api("com.mbridge.msdk.support:playercommon:16.2.27")
|
|
|
|
+ api("com.mbridge.msdk.support:reward:16.2.27")
|
|
|
|
+ api("com.mbridge.msdk.support:videocommon:16.2.27")
|
|
|
|
+ api("com.mbridge.msdk.support:chinasame:16.2.27")
|
|
|
|
+ api("com.mbridge.msdk.support:interstitialvideo:16.2.27")
|
|
|
|
+ api("com.mbridge.msdk.support:mbnative:16.2.27")
|
|
|
|
+ api("com.mbridge.msdk.support:nativeex:16.2.27")
|
|
|
|
+ api("com.mbridge.msdk.support:mbnativeadvanced:16.2.27")
|
|
|
|
+ api("com.mbridge.msdk.support:interstitial:16.2.27")
|
|
|
|
+ api("com.mbridge.msdk.support:mbbanner:16.2.27")
|
|
|
|
+ api("com.mbridge.msdk.support:mbsplash:16.2.27")
|
|
|
|
+ api("com.mbridge.msdk.support:mbbid:16.2.27")
|
|
|
|
+ api("com.mbridge.msdk.support:newinterstitial:16.2.27")
|
|
|
|
+ api fileTree(dir: "libs", include: ["*.jar", "*.aar"])
|
|
|
|
|
|
implementation project(':lib_common')
|
|
implementation project(':lib_common')
|
|
implementation project(':lib_ad_core')
|
|
implementation project(':lib_ad_core')
|
|
@@ -134,6 +131,8 @@ dependencies {
|
|
/*GroMore 优量汇*/
|
|
/*GroMore 优量汇*/
|
|
implementation "by.gm_mediation.com:gdt-adapter:4.510.1380.0"
|
|
implementation "by.gm_mediation.com:gdt-adapter:4.510.1380.0"
|
|
|
|
|
|
|
|
+ implementation 'com.pangle.cn:mediation-sdk:5.1.6.1'
|
|
|
|
+ implementation 'com.pangle.cn:mediation-test-tools:5.1.6.1'//测试工具
|
|
|
|
|
|
//compose依赖
|
|
//compose依赖
|
|
implementation "androidx.compose.ui:ui:$compose_version"
|
|
implementation "androidx.compose.ui:ui:$compose_version"
|