We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f593a09 commit acce10bCopy full SHA for acce10b
README.md
@@ -22,15 +22,15 @@ Download [the latest JAR](https://search.maven.org/search?q=g:foundation.icon%20
22
<dependency>
23
<groupId>foundation.icon</groupId>
24
<artifactId>icon-sdk</artifactId>
25
- <version>2.5.0</version>
+ <version>2.5.1</version>
26
</dependency>
27
```
28
29
or Gradle:
30
31
```groovy
32
dependencies {
33
- implementation 'foundation.icon:icon-sdk:2.5.0'
+ implementation 'foundation.icon:icon-sdk:2.5.1'
34
}
35
36
gradle.properties
@@ -15,7 +15,7 @@
15
#
16
17
GROUP=foundation.icon
18
-VERSION_NAME=2.5.0
+VERSION_NAME=2.5.1
19
20
BINTRAY_USER_ORG=icon
21
BINTRAY_REPO=icon-sdk
0 commit comments