We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39c19f commit 13b75f3Copy full SHA for 13b75f3
README.md
@@ -11,11 +11,11 @@ Conceal provides a set of Java APIs to perform cryptography on Android. It was d
11
Gradle
12
```gradle
13
dependencies {
14
- api 'com.github.afiqiqmal:SharedChamber-Kotlin:1.0.0'
+ api 'com.github.afiqiqmal:SharedChamber-Kotlin:2.5.0'
15
16
//or
17
18
- api 'com.github.afiqiqmal:SharedChamber-Kotlin:1.0.0' {
+ api 'com.github.afiqiqmal:SharedChamber-Kotlin:2.5.0' {
19
exclude group: 'com.google.code.gson', module: 'gson'
20
}
21
@@ -26,7 +26,7 @@ Maven
26
<dependency>
27
<groupId>com.github.afiqiqmal</groupId>
28
<artifactId>SharedChamber-Kotlin</artifactId>
29
- <version>1.0.0</version>
+ <version>2.5.0</version>
30
</dependency>
31
```
32
0 commit comments