Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions XHDWalletAPI-Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ publishing {

pom {
name.set("XHDWalletAPI-Android")
description.set("A library for extended hierarchical deterministic wallets for Android")
url.set("https://github.com/HashMapsData2Value/hmd2v-fork-xHD-Wallet-API-kt")
description.set("A library for extended hierarchical deterministic wallets for Android. For more information, refer to https://github.com/AlgorandFoundation/xHD-Wallet-API-kt.")
url.set("https://github.com/AlgorandFoundation/xHD-Wallet-API-kt")

licenses {
license {
Expand Down
2 changes: 1 addition & 1 deletion XHDWalletAPI-JVM/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ publishing {

pom {
name.set("XHDWalletAPI")
description.set("A library for extended hierarchical deterministic wallets")
description.set("A library for extended hierarchical deterministic wallets for JVM. For more information, refer to https://github.com/AlgorandFoundation/xHD-Wallet-API-kt.")
url.set("https://github.com/AlgorandFoundation/xHD-Wallet-API-kt")

licenses {
Expand Down