From 1b5c144770a4dc6330767cbd228d7d93def1e29d Mon Sep 17 00:00:00 2001 From: Nhat Nguyen Date: Wed, 17 Apr 2019 08:29:48 +0700 Subject: [PATCH] Update README (#7) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e67d993..fb81354 100644 --- a/README.md +++ b/README.md @@ -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' + // ... } ```