Skip to content

Commit

Permalink
Update README.md (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics committed Sep 20, 2023
1 parent 0dc94e8 commit ae4948e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,22 @@ For a more thorough setup guide, see our documentation site:
Java
```
dependencies {
implementation 'com.solanamobile:mobile-wallet-adapter-clientlib:1.0.5'
implementation 'com.solanamobile:mobile-wallet-adapter-clientlib:1.2.0'
}
```

Kotlin
```
dependencies {
implementation 'com.solanamobile:mobile-wallet-adapter-clientlib-ktx:1.0.5'
implementation 'com.solanamobile:mobile-wallet-adapter-clientlib-ktx:1.2.0'
}
```

#### For wallets:

```
dependencies {
implementation 'com.solanamobile:mobile-wallet-adapter-walletlib:1.0.5'
implementation 'com.solanamobile:mobile-wallet-adapter-walletlib:1.2.0'
}
```

Expand Down

0 comments on commit ae4948e

Please sign in to comment.