Skip to content

Commit 13b75f3

Browse files
authored
Update README.md
1 parent a39c19f commit 13b75f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Conceal provides a set of Java APIs to perform cryptography on Android. It was d
1111
Gradle
1212
```gradle
1313
dependencies {
14-
api 'com.github.afiqiqmal:SharedChamber-Kotlin:1.0.0'
14+
api 'com.github.afiqiqmal:SharedChamber-Kotlin:2.5.0'
1515
1616
//or
1717
18-
api 'com.github.afiqiqmal:SharedChamber-Kotlin:1.0.0' {
18+
api 'com.github.afiqiqmal:SharedChamber-Kotlin:2.5.0' {
1919
exclude group: 'com.google.code.gson', module: 'gson'
2020
}
2121
}
@@ -26,7 +26,7 @@ Maven
2626
<dependency>
2727
<groupId>com.github.afiqiqmal</groupId>
2828
<artifactId>SharedChamber-Kotlin</artifactId>
29-
<version>1.0.0</version>
29+
<version>2.5.0</version>
3030
</dependency>
3131
```
3232

0 commit comments

Comments
 (0)