添加横幅广告

This commit is contained in:
ZhanGSKen
2025-11-14 11:45:35 +08:00
parent f943db17e0
commit 5a77a5e9e0
14 changed files with 616 additions and 67 deletions

View File

@@ -52,17 +52,41 @@ android {
includeInApk = false
includeInBundle = false
}
buildFeatures {
dataBinding true
}
lintOptions {
abortOnError false
}
}
repositories {
flatDir {
dirs 'libs'
}
}
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api 'cc.winboll.studio:libaes:15.9.3'
api 'cc.winboll.studio:libapputils:15.8.5'
api 'cc.winboll.studio:libappbase:15.9.5'
// 吐司提示库
api 'com.github.getActivity:ToastUtils:10.5'
// 应用介绍页类库
//--------------aar依赖-----------
implementation(name: 'mimo-ad-sdk', ext: 'aar')
//--------------Maven依赖-----------
//implementation 'com.miui.zeus:mimo-ad-sdk:5.3.2'
//注意以下5个库必须要引入
implementation "androidx.appcompat:appcompat:1.2.0"
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'com.github.bumptech.glide:glide:4.9.0'
//annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
implementation "androidx.navigation:navigation-ui:2.3.5"
implementation 'androidx.multidex:multidex:2.0.1'
//debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
// 应用介绍页类库
api 'io.github.medyo:android-about-page:2.0.0'
// SSH
api 'com.jcraft:jsch:0.1.55'
@@ -82,23 +106,9 @@ dependencies {
//api 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
//api 'androidx.fragment:fragment:1.1.0'
/*api 'cc.winboll.studio:winboll-shared:1.8.0'
api 'io.github.medyo:android-about-page:2.0.0'
api 'com.jcraft:jsch:0.1.55'
api 'org.jsoup:jsoup:1.13.1'
api 'com.squareup.okhttp3:okhttp:4.4.1'
api 'androidx.appcompat:appcompat:1.0.0'
api 'androidx.fragment:fragment:1.0.0'
api 'com.google.android.material:material:1.0.0'
api 'com.baoyz.pullrefreshlayout:library:1.2.0'
api 'com.github.getActivity:ToastUtils:10.5'
api 'io.github.medyo:android-about-page:2.0.0'
api 'org.jsoup:jsoup:1.13.1'
api 'com.squareup.okhttp3:okhttp:4.4.1'
api 'cc.winboll.studio:libaes:7.6.0'
*/
implementation 'cc.winboll.studio:libaes:15.11.0'
implementation 'cc.winboll.studio:libappbase:15.11.0'
//api fileTree(dir: 'libs', include: ['*.aar'])
api fileTree(dir: 'libs', include: ['*.jar'])
}