You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ Installation
23
23
<dependency>
24
24
<groupId>com.hyperwallet</groupId>
25
25
<artifactId>sdk</artifactId>
26
-
<version>2.4.3</version>
26
+
<version>2.4.6</version>
27
27
</dependency>
28
28
```
29
29
30
30
**Gradle**
31
31
```
32
-
compile 'com.hyperwallet:sdk:2.4.5'
32
+
compile 'com.hyperwallet:sdk:2.4.6'
33
33
```
34
34
35
35
Documentation
@@ -45,7 +45,7 @@ To write an app using the SDK
45
45
46
46
* Register for a sandbox account and get your username, password and program token at the [Hyperwallet Program Portal](https://portal.hyperwallet.com).
47
47
48
-
* Add dependency `com.hyperwallet:sdk:2.4.3` to your `pom.xml` (or `build.gradle`).
48
+
* Add dependency `com.hyperwallet:sdk:2.4.6` to your `pom.xml` (or `build.gradle`).
49
49
50
50
51
51
* Create a instance of the Hyperwallet Client (with username, password and program token)
0 commit comments