mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-20 18:51:12 +02:00
Fixes invalid dependency on Quartz
This commit is contained in:
@@ -163,7 +163,12 @@ kotlin {
|
||||
}
|
||||
}
|
||||
|
||||
androidUnitTest.configure { dependsOn(jvmTest.get()) }
|
||||
androidUnitTest.configure {
|
||||
dependencies {
|
||||
// Bitcoin secp256k1 bindings
|
||||
implementation(libs.secp256k1.kmp.jni.jvm)
|
||||
}
|
||||
}
|
||||
|
||||
androidInstrumentedTest {
|
||||
dependencies {
|
||||
|
Reference in New Issue
Block a user