Skip to content

Commit 1c2ca68

Browse files
authored
Fix README versions and links (#164)
1 parent d7b26d3 commit 1c2ca68

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ utilizes [Java Stellar SDK](https://github.com/stellar/java-stellar-sdk) to comm
55

66
## Dependency
77

8-
The library is hosted on the [Maven Central](https://central.sonatype.com/search?q=pkg%253Amaven%252Forg.stellar%252Fwallet-sdk&namespace=org.stellar).
8+
The library is hosted on the [Maven Central](https://central.sonatype.com/artifact/org.stellar/wallet-sdk).
99
To import `wallet-sdk` library you need to add following dependencies to your code:
1010

1111
Maven:
@@ -14,16 +14,21 @@ Maven:
1414
<dependency>
1515
<groupId>org.stellar</groupId>
1616
<artifactId>wallet-sdk</artifactId>
17-
<version>1.1.0</version>
17+
<version>2.0.0</version>
1818
</dependency>
1919
```
2020

21-
Gradle:
21+
Gradle (Kotlin):
2222

2323
```gradle
24-
implementation("org.stellar:wallet-sdk:1.1.0")
24+
implementation("org.stellar:wallet-sdk:2.0.0")
2525
```
2626

27+
Gradle (Groovy):
28+
```gradle
29+
implementation 'org.stellar:wallet-sdk:2.0.0'
30+
31+
```
2732
## Introduction
2833

2934
<!--- INCLUDE .*readme.*

0 commit comments

Comments
 (0)