diff --git a/README.md b/README.md index 5fc34ac..9f03eb2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ utilizes [Java Stellar SDK](https://github.com/stellar/java-stellar-sdk) to comm ## Dependency -The library is hosted on the [Maven Central](https://central.sonatype.com/search?q=pkg%253Amaven%252Forg.stellar%252Fwallet-sdk&namespace=org.stellar). +The library is hosted on the [Maven Central](https://central.sonatype.com/artifact/org.stellar/wallet-sdk). To import `wallet-sdk` library you need to add following dependencies to your code: Maven: @@ -14,16 +14,21 @@ Maven: org.stellar wallet-sdk - 1.1.0 + 2.0.0 ``` -Gradle: +Gradle (Kotlin): ```gradle -implementation("org.stellar:wallet-sdk:1.1.0") +implementation("org.stellar:wallet-sdk:2.0.0") ``` +Gradle (Groovy): +```gradle +implementation 'org.stellar:wallet-sdk:2.0.0' + +``` ## Introduction