6.6.2 - Alpha4 - 修复 Gradle 构建时 Kotlin Array 泛型及依赖缺失等警告消息

This commit is contained in:
SuperMonster003
2025-03-14 20:00:53 +08:00
parent 17e202a5b1
commit aab0e7e254
8 changed files with 71 additions and 69 deletions

View File

@@ -89,7 +89,7 @@ dependencies /* Unclassified */ {
implementation("com.squareup.okhttp3:okhttp:4.12.0")
// Webkit
implementation("androidx.webkit:webkit:1.12.1")
implementation("androidx.webkit:webkit:1.13.0")
// Gson
implementation("com.google.code.gson:gson:2.11.0")
@@ -216,6 +216,9 @@ dependencies /* Unclassified */ {
// ApkSigner
implementation(project(":modules:apksigner"))
// Spongy Castle
implementation("com.madgag.spongycastle:prov:1.58.0.0")
}
dependencies /* MIME */ {
@@ -639,7 +642,7 @@ android {
}
buildTypes {
val proguardFiles = arrayOf(
val proguardFiles = arrayOf<Any>(
getDefaultProguardFile("proguard-android.txt"),
"proguard-rules.pro",
)