Skip to content

Commit 0dcc616

Browse files
author
Muhammad Fauzi Masykur
committed
chore: bump version to 3.2.2
1 parent d042486 commit 0dcc616

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ Maven:
1414
<dependency>
1515
<groupId>com.midtrans</groupId>
1616
<artifactId>java-library</artifactId>
17-
<version>3.2.1</version>
17+
<version>3.2.2</version>
1818
</dependency>
1919
```
2020
Gradle:
2121
If you're using Gradle as the build tools for your project, please add jcenter repository to your build script then add the following dependency to your project's build definition (build.gradle):
2222
```Gradle
2323
dependencies {
24-
implementation 'com.midtrans:java-library:3.2.1'
24+
implementation 'com.midtrans:java-library:3.2.2'
2525
}
2626
```
2727
> **IMPORTANT NOTE**: Since April 13, 2021 We already migrate the repository from jcenter/bintray repository to [Maven central](https://search.maven.org/artifact/com.midtrans/java-library).
2828
2929
### 1.b Using JAR File
3030

31-
If you are not using project build management like Maven, Gradle or Ant you can use manual jar library download JAR Library on [here](https://search.maven.org/remotecontent?filepath=com/midtrans/java-library/3.2.1/java-library-3.2.1.jar)
31+
If you are not using project build management like Maven, Gradle or Ant you can use manual jar library download JAR Library on [here](https://search.maven.org/remotecontent?filepath=com/midtrans/java-library/3.2.2/java-library-3.2.2.jar)
3232

3333
## 2. Usage
3434

0 commit comments

Comments
 (0)