Skip to content

Commit c311e6f

Browse files
authored
Format README - follow up of WalletConnect#27
1 parent acbc4e6 commit c311e6f

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# kotlin-walletconnect-lib
22
library to use WalletConnect with Kotlin or Java
3-
To add the latest release of the library into android project,
43

5-
Step 1:
6-
Add it in your root (Project level) build.gradle at the end of repositories:
7-
allprojects {
8-
repositories {
9-
...
10-
maven { url 'https://jitpack.io' }
11-
}
12-
}
13-
14-
Step 2: Add the dependency to module level gradle file:
15-
dependencies {
16-
implementation 'com.github.WalletConnect:kotlin-walletconnect-lib:0.9.6'
17-
}
4+
## Add this library to your project
5+
6+
Add the @jitpack repository to your gradle file:
7+
8+
```gradle
9+
repositories {
10+
...
11+
maven { url 'https://jitpack.io' }
12+
}
13+
```
14+
15+
Add the dependency:
16+
17+
```gradle
18+
dependencies {
19+
implementation 'com.github.WalletConnect:kotlin-walletconnect-lib:0.9.6'
20+
}
21+
```

0 commit comments

Comments
 (0)