安卓扫码器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.6 KiB

{
"name": "GT-GoogleAdMod",
"id": "GT-GoogleAdMod",
"version": "1.2.0",
"description": "为开发者提供Google AdMod广告插件,AdMod广告插件,谷歌广告插件",
"_dp_type": "nativeplugin",
"_dp_nativeplugin": {
"android": {
"hooksClass": "com.google.ads.GoogleAdsAppProxy",
"plugins": [
{
"type": "module",
"name": "GT-GoogleAdMod_RewardAd",
"class": "com.google.ads.RewardAds"
},
{
"type": "module",
"name": "GT-GoogleAdMod_InterstitialAd",
"class": "com.google.ads.InterstitialAds"
},
{
"type": "module",
"name": "GT-GoogleAdMod_AndroidUtilModule",
"class": "com.google.ads.AndroidUtilModule"
},
{
"type": "module",
"name": "GT-GoogleAdMod_AppOpenAd",
"class": "com.google.ads.AppOpenAds"
},
{
"type": "component",
"name": "google-banner-view",
"class": "com.google.ads.BannerView"
},
{
"type": "component",
"name": "google-native-view",
"class": "com.google.ads.NativeAds"
}
],
"compileOptions": {
"sourceCompatibility": "1.8",
"targetCompatibility": "1.8"
},
"integrateType": "aar",
"minSdkVersion": "19",
"useAndroidX": true,
"permissions": [],
"dependencies": [
"com.google.android.gms:play-services-ads:22.3.0",
"com.google.android.ump:user-messaging-platform:2.1.0"
],
"parameters": {
"ApplicationId":{
"des": "Google AdMod Application Id",
"placeholder": "AdModApplicationId"
}
}
}
}
}