chore: update libraries to official release versions

This commit is contained in:
thunderbiscuit
2023-11-20 10:26:47 -05:00
parent 93d50dd34d
commit dc58ddc262
5 changed files with 18 additions and 3 deletions

View File

@@ -80,6 +80,13 @@ afterEvaluate {
url.set("https://github.com/bitcoindevkit/bdk/blob/master/LICENSE-MIT")
}
}
developers {
developer {
id.set("bdkdevelopers")
name.set("Bitcoin Dev Kit Developers")
email.set("dev@bitcoindevkit.org")
}
}
scm {
connection.set("scm:git:github.com/bitcoindevkit/bdk-ffi.git")
developerConnection.set("scm:git:ssh://github.com/bitcoindevkit/bdk-ffi.git")