|
@@ -43,12 +43,21 @@ android {
|
|
|
|
|
|
buildTypes {
|
|
|
release {
|
|
|
+ signingConfig signingConfigs.release
|
|
|
minifyEnabled false
|
|
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
|
|
}
|
|
|
|
|
|
debug {
|
|
|
+// debuggable true
|
|
|
+// //混淆
|
|
|
+// minifyEnabled true
|
|
|
+// //Zipalign优化
|
|
|
+// zipAlignEnabled true
|
|
|
+
|
|
|
signingConfig signingConfigs.release
|
|
|
+// proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
//
|
|
@@ -95,45 +104,26 @@ android {
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
-// implementation 'com.google.android.gms:play-services-ads:21.3.0'
|
|
|
-// 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:pangle-adapter:4.8.0.8.2"
|
|
|
+ implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
|
|
|
+
|
|
|
//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.3.27")
|
|
|
+ api("com.mbridge.msdk.support:mbjscommon:16.3.27")
|
|
|
+ api("com.mbridge.msdk.support:playercommon:16.3.27")
|
|
|
+ api("com.mbridge.msdk.support:reward:16.3.27")
|
|
|
+ api("com.mbridge.msdk.support:videocommon:16.3.27")
|
|
|
+ api("com.mbridge.msdk.support:chinasame:16.3.27")
|
|
|
+ api("com.mbridge.msdk.support:interstitialvideo:16.3.27")
|
|
|
+ api("com.mbridge.msdk.support:mbnative:16.3.27")
|
|
|
+ api("com.mbridge.msdk.support:nativeex:16.3.27")
|
|
|
+ api("com.mbridge.msdk.support:mbnativeadvanced:16.3.27")
|
|
|
+ api("com.mbridge.msdk.support:interstitial:16.3.27")
|
|
|
+ api("com.mbridge.msdk.support:mbbanner:16.3.27")
|
|
|
+ api("com.mbridge.msdk.support:mbsplash:16.3.27")
|
|
|
+ api("com.mbridge.msdk.support:mbbid:16.3.27")
|
|
|
+ api("com.mbridge.msdk.support:newinterstitial:16.3.27")
|
|
|
api fileTree(dir: "libs", include: ["*.jar", "*.aar"])
|
|
|
-
|
|
|
implementation project(':lib_common')
|
|
|
- implementation project(':lib_ad_core')
|
|
|
- implementation project(':lib_ad_admob')
|
|
|
- implementation project(':lib_ad_csj')
|
|
|
- implementation project(':lib_ad_applovinmax')
|
|
|
- implementation project(':lib_ad_gromore')
|
|
|
- implementation project(':lib_ad_scope')
|
|
|
- implementation project(':lib_pdf_base')
|
|
|
-
|
|
|
- implementation "com.pangle.cn:mediation-gdt-adapter:4.520.1390.0"
|
|
|
- implementation "com.pangle.cn:mediation-baidu-adapter:9.271.1"
|
|
|
- implementation "com.pangle.cn:mediation-klevin-adapter:2.11.0.3.5"//游可赢 adapter
|
|
|
- implementation "com.pangle.cn:mediation-mintegral-adapter:16.4.17.2"//mintegral adapter
|
|
|
- implementation "com.pangle.cn:mediation-sigmob-adapter:4.10.1.0"
|
|
|
-
|
|
|
- implementation 'com.pangle.cn:mediation-sdk:5.1.6.1'
|
|
|
- implementation 'com.pangle.cn:mediation-test-tools:5.1.6.1'//测试工具
|
|
|
|
|
|
//compose依赖
|
|
|
implementation "androidx.compose.ui:ui:$compose_version"
|
|
@@ -163,4 +153,22 @@ dependencies {
|
|
|
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
|
|
|
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"
|
|
|
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_version"
|
|
|
+
|
|
|
+ //广告
|
|
|
+ implementation project(':lib_ad_core')
|
|
|
+ implementation project(':lib_ad_admob')
|
|
|
+ implementation project(':lib_ad_csj')
|
|
|
+ implementation project(':lib_ad_applovinmax')
|
|
|
+ implementation project(':lib_ad_gromore')
|
|
|
+ implementation project(':lib_ad_gromore_beizis')
|
|
|
+ implementation project(':lib_pdf_base')
|
|
|
+
|
|
|
+ implementation 'com.pangle.cn:mediation-sdk:5.1.7.3'
|
|
|
+ implementation 'com.pangle.cn:mediation-test-tools:5.1.7.3'//测试工具
|
|
|
+
|
|
|
+ implementation "com.pangle.cn:mediation-gdt-adapter:4.520.1390.1"
|
|
|
+ implementation "com.pangle.cn:mediation-baidu-adapter:9.271.1"
|
|
|
+ implementation "com.pangle.cn:mediation-klevin-adapter:2.11.0.3.5"//游可赢 adapter
|
|
|
+ implementation "com.pangle.cn:mediation-mintegral-adapter:16.4.17.2"//mintegral adapter
|
|
|
+ implementation "com.pangle.cn:mediation-sigmob-adapter:4.10.1.0"
|
|
|
}
|