Skip to content

Commit 2c9a03c

Browse files
committed
Update README.md
1 parent 4307be5 commit 2c9a03c

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
[![Maven Central](https://img.shields.io/maven-central/v/foundation.icon/icon-sdk/1.0.0)](https://search.maven.org/artifact/foundation.icon/icon-sdk/1.0.0/jar)
2-
[![Javadocs](http://www.javadoc.io/badge2/foundation.icon/icon-sdk/1.0.0/javadoc.svg)](http://www.javadoc.io/doc/foundation.icon/icon-sdk/1.0.0)
1+
[![Maven Central](https://img.shields.io/maven-central/v/foundation.icon/icon-sdk)](https://search.maven.org/artifact/foundation.icon/icon-sdk)
2+
[![Javadoc](http://www.javadoc.io/badge2/foundation.icon/icon-sdk/javadoc.svg)](http://www.javadoc.io/doc/foundation.icon/icon-sdk)
33

44
# ICON SDK for Java
55

66
ICON supports SDK for 3rd party or user services development. You can integrate ICON SDK for your project and utilize ICON’s functionality.
77

88
This document is focused on how to use the SDK properly. For the detailed API specification, see the API reference documentation.
99

10-
## Version
11-
12-
1.0.0
13-
1410
## Prerequisite
1511

1612
This Java SDK works on the following platforms:
@@ -26,15 +22,15 @@ Download [the latest JAR](https://search.maven.org/search?q=g:foundation.icon%20
2622
<dependency>
2723
<groupId>foundation.icon</groupId>
2824
<artifactId>icon-sdk</artifactId>
29-
<version>1.0.0</version>
25+
<version>2.0.0</version>
3026
</dependency>
3127
```
3228

3329
or Gradle:
3430

3531
```groovy
3632
dependencies {
37-
implementation 'foundation.icon:icon-sdk:1.0.0'
33+
implementation 'foundation.icon:icon-sdk:2.0.0'
3834
}
3935
```
4036

0 commit comments

Comments
 (0)