Skip to content

Commit 747e16e

Browse files
authored
Merge pull request #60 from xendit/update-readme
Update sdk version in README
2 parents 7db2023 + 895de60 commit 747e16e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ Maven:
3131
<dependency>
3232
<groupId>com.xendit</groupId>
3333
<artifactId>xendit-android</artifactId>
34-
<version>2.3.0</version>
34+
<version>3.2.2</version>
3535
<type>pom</type>
3636
</dependency>
3737
```
3838

3939
Gradle:
4040
```
41-
compile 'com.xendit:xendit-android:2.3.0'
41+
compile 'com.xendit:xendit-android:3.2.2'
4242
```
4343

4444
Ivy:
4545
```
46-
<dependency org='com.xendit' name='xendit-android' rev='1.1.0'>
46+
<dependency org='com.xendit' name='xendit-android' rev='3.2.2'>
4747
<artifact name='xendit-android' ext='pom' ></artifact>
4848
</dependency>
4949
```

0 commit comments

Comments
 (0)