Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Sep 25, 2024
1 parent 9fa2b51 commit ab7e114
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/hosted-wallet-kt/pfi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ dependencies {

// For a snapshot from maven
// Update the short git commit SHA below
implementation("xyz.block:tbdex:4.0.0-alpha-1")
implementation("xyz.block:tbdex:commit-5b39d6d-SNAPSHOT")

// For the official release on maven central
// implementation("xyz.block:tbdex:3.0.0")
// implementation("xyz.block:tbdex:4.0.0")
}

java {
Expand Down
4 changes: 2 additions & 2 deletions examples/hosted-wallet-kt/wallet/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ dependencies {

// For a snapshot from maven
// Update the short git commit SHA below
implementation("xyz.block:tbdex:4.0.0-alpha-1")
implementation("xyz.block:tbdex:commit-5b39d6d-SNAPSHOT")

// For the official release on maven central
// implementation("xyz.block:tbdex:3.0.0")
// implementation("xyz.block:tbdex:4.0.0")
}

java {
Expand Down

0 comments on commit ab7e114

Please sign in to comment.