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

@@ -42,7 +42,12 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation("com.madgag.spongycastle:core:1.58.0.0")
// @Hint by SuperMonster003 on Mar 14, 2025.
// ! Dependency "prov" contains "core" (zh-CN: 依赖 "prov" 已包含 "core"):
// ! | \--- com.madgag.spongycastle:prov:1.58.0.0
// ! | +--- com.madgag.spongycastle:core:1.58.0.0
// ! | \--- junit:junit:4.12 (*)
// # implementation("com.madgag.spongycastle:core:1.58.0.0")
implementation("com.madgag.spongycastle:prov:1.58.0.0")
testImplementation 'junit:junit:4.13.2'