更新我的应用程序版本代码后,插页式广告无法加载。我尝试了所有手段将它们取回,但我的尝试失败了。任何可能有解决方案的人。 这是我的gradle代码
我没有对Main Activity和xml activity进行任何更改
渐变文件
apply plugin: 'com.android.application'
android {
compileSdkVersion 26
defaultConfig {
applicationId "com.christmasloans.christmasloans_quickfestiveloans"
minSdkVersion 15
targetSdkVersion 26
versionCode 5
versionName "5.0"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'),
'proguard-rules.pro'
}
}
}
dependencies {
implementation 'com.android.support:appcompat-v7:26.0.0'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-
core:3.0.2'
compile 'com.google.gms:google-services:3.2.1'
compile 'com.google.firebase:firebase-ads:10.0.1'
}
请仔细检查代码,并告诉我在哪里我可能会弄乱我的代码