Skip to content

Commit

Permalink
Update README (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nqnhat1988 authored Apr 17, 2019
1 parent a5d4b4b commit 1b5c144
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ allprojects {
```



Then, add the SDK library as a dependency (`implementation com.github.alaxio:alax-pay-sdk:0.3.4`) and ensure that the following dependencies, required by ALAX Pay SDK are added to the build.gradle file of the application you are working on.
Then, add the SDK library as a dependency (`implementation com.github.alaxio:alax-pay-sdk:0.4.1`) and ensure that the following dependencies, required by ALAX Pay SDK are added to the build.gradle file of the application you are working on.

```
dependencies {
// ...
implementation 'com.github.alaxio:alax-pay-sdk:0.3.4'
implementation 'com.github.alaxio:alax-pay-sdk:0.4.1'
// ...
}
```
Expand Down

0 comments on commit 1b5c144

Please sign in to comment.