Skip to content

Commit a39c19f

Browse files
authored
Update README.md
1 parent ae605d3 commit a39c19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 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-
compile 'com.github.afiqiqmal:SharedChamber-Kotlin:1.0.0'
14+
api 'com.github.afiqiqmal:SharedChamber-Kotlin:1.0.0'
1515
1616
//or
1717
18-
compile 'com.github.afiqiqmal:SharedChamber-Kotlin:1.0.0' {
18+
api 'com.github.afiqiqmal:SharedChamber-Kotlin:1.0.0' {
1919
exclude group: 'com.google.code.gson', module: 'gson'
2020
}
2121
}

0 commit comments

Comments
 (0)