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 ae605d3 commit a39c19fCopy full SHA for a39c19f
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
- compile 'com.github.afiqiqmal:SharedChamber-Kotlin:1.0.0'
+ api 'com.github.afiqiqmal:SharedChamber-Kotlin:1.0.0'
15
16
//or
17
18
- compile 'com.github.afiqiqmal:SharedChamber-Kotlin:1.0.0' {
+ api 'com.github.afiqiqmal:SharedChamber-Kotlin:1.0.0' {
19
exclude group: 'com.google.code.gson', module: 'gson'
20
}
21
0 commit comments