20251022_144647_515

This commit is contained in:
ZhanGSKen
2025-10-22 14:46:51 +08:00
parent 5e198d9c68
commit c3978a1e3c
8 changed files with 331 additions and 80 deletions

View File

@@ -41,6 +41,17 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
// 允许使用系统隐藏API
lintOptions {
checkReleaseBuilds false
abortOnError false
}
// 针对PowerProfile的依赖配置
dependenciesInfo {
includeInApk = false
includeInBundle = false
}
}
dependencies {