We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a95bf commit 9a50cb1Copy full SHA for 9a50cb1
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.1</version>
+ <version>2.5.2</version>
26
</dependency>
27
```
28
29
or Gradle:
30
31
```groovy
32
dependencies {
33
- implementation 'foundation.icon:icon-sdk:2.5.1'
+ implementation 'foundation.icon:icon-sdk:2.5.2'
34
}
35
36
gradle.properties
@@ -15,7 +15,7 @@
15
#
16
17
GROUP=foundation.icon
18
-VERSION_NAME=2.5.1
+VERSION_NAME=2.5.2
19
20
BINTRAY_USER_ORG=icon
21
BINTRAY_REPO=icon-sdk
0 commit comments