Changed deployment artifact-id to secp256k1-kmp (#12)

Co-authored-by: Salomon BRYS <salomon@kodein.net>
This commit is contained in:
Salomon BRYS
2020-09-09 11:00:04 +02:00
committed by GitHub
parent d702925e40
commit 7272a55b8a
9 changed files with 10 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ afterEvaluate {
publishing {
publications {
create<MavenPublication>("android") {
artifactId = "secp256k1-jni-android"
artifactId = "secp256k1-kmp-jni-android"
from(components["release"])
}
}