示例广告加载完成

This commit is contained in:
ZhanGSKen
2025-11-16 09:53:58 +08:00
parent ac1858fba7
commit 398cb33a58
7 changed files with 269 additions and 214 deletions

View File

@@ -46,25 +46,10 @@ android {
}
}
// 允许使用系统隐藏API
lintOptions {
checkReleaseBuilds false
abortOnError false
// 米盟
packagingOptions {
doNotStrip "*/*/libmimo_1011.so"
}
// 针对PowerProfile的依赖配置
dependenciesInfo {
includeInApk = false
includeInBundle = false
}
buildFeatures {
dataBinding true
}
lintOptions {
abortOnError false
}
}
dependencies {