Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Update API docs to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Sep 13, 2022
1 parent 8a51d44 commit 69d0e95
Show file tree
Hide file tree
Showing 5 changed files with 432 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ xcuserdata
.lsp
.clj-kondo
.idea
bdk.kt
android/src/main/kotlin/org/bitcoindevkit/bdk.kt
jvm/src/main/kotlin/org/bitcoindevkit/bdk.kt
2 changes: 1 addition & 1 deletion api-docs/Module.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module bdk-android
The [bitcoindevkit](https://bitcoindevkit.org/) language bindings library for Android and the JVM.
The [bitcoindevkit](https://bitcoindevkit.org/) language bindings libraries for Android and the JVM.

These docs are valid for both `bdk-jvm` and `bdk-android` libraries.

Expand Down
4 changes: 2 additions & 2 deletions api-docs/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.7.0"
kotlin("jvm") version "1.7.10"

// API docs
id("org.jetbrains.dokka") version "1.7.10"
Expand All @@ -27,7 +27,7 @@ tasks.withType<org.jetbrains.dokka.gradle.DokkaTask>().configureEach {
dokkaSourceSets {
named("main") {
moduleName.set("bdk-android")
moduleVersion.set("0.8.2")
moduleVersion.set("0.9.0")
includes.from("Module.md")
samples.from("src/main/kotlin/org/bitcoindevkit/Samples.kt")
}
Expand Down
1 change: 0 additions & 1 deletion api-docs/src/main/kotlin/org/bitcoindevkit/Samples.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ class Samples {
)
)
}

Loading

0 comments on commit 69d0e95

Please sign in to comment.