mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 20:26:33 +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 {
|
androidInstrumentedTest {
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Reference in New Issue
Block a user