| | |
| | | apply plugin: 'android' |
| | | apply plugin: 'com.huawei.agconnect' |
| | | //apply from: 'https://sf3-fe-tos.pglstatp-toutiao.com/obj/pangle-empower/android/pangrowth_media/plugin_config.gradle' |
| | | |
| | | configurations.all { |
| | | exclude group: "com.bytedance.boringssl.so", module: 'boringssl-so' |
| | | //若接入流媒体sdk(小视频、直播)需要force constraint-layout版本 |
| | | resolutionStrategy { |
| | | force 'com.android.support.constraint:constraint-layout:1.1.2' |
| | |
| | | // } |
| | | // implementation('com.volcengine:apm_insight_crash:1.4.2') |
| | | // implementation('com.volcengine:apm_insight_sdk:1.0.3') |
| | | // 5.6.1.5 |
| | | // implementation 'com.pangle.cn:ads-sdk-pro:6.3.1.7' |
| | | implementation 'com.pangle.cn:mediation-sdk:6.3.1.7' |
| | | implementation("com.pangle.cn:pangrowth-dpsdk:5.1.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.1.0.0' |
| | | implementation 'com.pangle.cn:pangrowth-djx-sdk:2.1.0.0' |
| | | implementation 'com.pangle.cn:pangrowth-nov-sdk:2.1.0.0' |
| | | implementation 'com.pangle.cn:pangrowth-base:2.7.0.0' |
| | | implementation 'com.pangle.cn:pangrowth-djx-sdk-lite:2.7.0.0' |
| | | implementation 'com.pangle.cn:pangrowth-nov-sdk:2.7.0.0' |
| | | implementation 'com.bytedance.applog:RangersAppLog-Lite-cn:6.15.3' |
| | | |
| | | |
| | |
| | | java { |
| | | exclude '**/XMPushMessageReceiver.java' |
| | | } |
| | | |
| | | } |
| | | |
| | | } |
| | | |
| | | defaultConfig { |
| | | applicationId "com.doudou.ysvideo" |
| | | versionCode 149 |
| | | versionName "3.10.31" |
| | | versionCode 153 |
| | | versionName "3.11.2" |
| | | multiDexEnabled = true |
| | | minSdkVersion 21 |
| | | targetSdkVersion 30 |