Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mobilekosmos authored Oct 3, 2021
1 parent 6be778c commit 7b99b03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# kotlin-walletconnect-lib
Library to use WalletConnect with Kotlin or Java (Fixed many issues and improved code overall, works with Gradle 7 and Android Studio Artic fox)
The changes here are also in the Pull Request PR40 in the original repository. The original repository doesn't compile currently and it doesn't seem to really be maintained, so better use this one for now.
Also added the improvement from the DYDX fork (specially to notice are the added signing methods).

## Add this library to your project

Expand All @@ -13,10 +14,10 @@ repositories {
}
```

Add the dependency:
Add the dependency (replace the version by the latest release):

```gradle
dependencies {
implementation 'com.github.WalletConnect:kotlin-walletconnect-lib:0.9.6'
implementation 'com.github.WalletConnect:kotlin-walletconnect-lib:0.9.9.1'
}
```

0 comments on commit 7b99b03

Please sign in to comment.