6.6.2 - Alpha4 - 修复 Gradle 构建时 Kotlin Array 泛型及依赖缺失等警告消息
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user