1 Star 0 Fork 0

iRox/ZxSDK

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
build.gradle 3.27 KB
Copy Edit Raw Blame History
Roxas authored 2024-05-11 10:59 . 更新sigmob sdk
plugins {
id 'com.android.library'
id 'org.jetbrains.kotlin.android'
}
android {
compileSdkVersion 30
defaultConfig {
minSdkVersion 21
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 28
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'proguard-rules.pro'
}
buildTypes {
release {
minifyEnabled true
consumerProguardFiles 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
namespace 'com.zx.sdk'
}
dependencies {
api 'com.google.code.gson:gson:2.9.0'
api 'com.squareup.okhttp3:okhttp:4.9.3';
/*优量汇开始*/
api 'com.qq.e.union:union:4.570.1440'
/*优量汇结束*/
/*快手开始*/
api 'com.kwad.sdk:kssdk-ad:3.3.49'
api "androidx.appcompat:appcompat:1.3.1"
api "androidx.recyclerview:recyclerview:1.2.1"
/*快手结束*/
/*百度开始*/
api 'androidx.recyclerview:recyclerview:1.2.1'
api 'com.androidquery:androidquery:0.26.7'
api 'com.baidu:MobAds_SDK:9.34'
api 'com.bun.miitmdid:oaid:1.0.25'
/*百度结束*/
/*sigmob开始*/
//AndroidX
api 'androidx.legacy:legacy-support-v4:1.0.0'
api 'com.bun.miitmdid:oaid:1.0.25'
api 'com.sigmob:wind-common:1.6.7'
api 'com.sigmob:wind-sdk:4.17.0'
/*sigmob结束*/
/*MTG开始*/
api 'com.mbridge.msdk.china:reward:16.5.92'
api 'com.mbridge.msdk.china:mbsplash:16.5.92'
api 'com.mbridge.msdk.china:newinterstitial:16.5.92'
api 'com.mbridge.msdk.china:mbbid:16.5.92'
/*MTG结束*/
// /*小米开始*/
// api 'com.miui.zeus:mimo-ad-sdk:5.1.7'
// api 'com.google.code.gson:gson:2.8.5'
// api 'com.github.bumptech.glide:glide:4.9.0'
// annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
// /*小米结束*/
/*极光广告开始*/
// ADJg主SDK ,必须的
api "cn.jiguang.sdk.ad:core:3.7.9.11211"
// 天目,必须的
api "cn.jiguang.sdk.ad.adapter:tianmu:2.1.0.01102"
// 极光Ads广告SDK
api "cn.jiguang.sdk.ad.adapter:jgads:2.1.0.01081"
//OAID ,必须的
api "cn.jiguang.sdk.ad:oaid:1.0.25.08021"
/*极光广告结束*/
/*beizi*/
implementation 'com.beizi:beizi_ad_sdk:3.5.0.5'
implementation 'com.beizi:beizi_fusion_sdk:4.90.4.5'
/*讯飞*/
implementation 'voiceads.cn:iflyAd:6.0.10'
/*悬浮窗*/
implementation 'com.github.getActivity:EasyWindow:10.2'
/*加集*/
implementation 'com.syzj:sysdk:6.0'
/*旺脉*/
implementation 'com.wangmai.appsdkdex:wm_ad_sdk:6.6.1_4.3.1'
/*多盟*/
implementation 'com.dm.sdk.ads:domob-ad-sdk:3.2.0'
/*优推*/
implementation 'com.alliance.ssp:adalliance_adn_sdk:3.4.2'
implementation 'com.squareup.okhttp3:okhttp:3.12.0'
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.0'
implementation 'com.google.code.gson:gson:2.8.0'
//Glide
implementation 'com.github.bumptech.glide:glide:4.12.0'
//exoplayer2
implementation 'com.google.android.exoplayer:exoplayer-core:2.13.3'
implementation 'com.google.android.exoplayer:exoplayer-ui:2.13.3'
implementation 'commons-codec:commons-codec:1.15'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iRox/ZxSDK.git
git@gitee.com:iRox/ZxSDK.git
iRox
ZxSDK
ZxSDK
master

Search