Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
afiqiqmal authored Feb 6, 2018
1 parent a39c19f commit 13b75f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Conceal provides a set of Java APIs to perform cryptography on Android. It was d
Gradle
```gradle
dependencies {
api 'com.github.afiqiqmal:SharedChamber-Kotlin:1.0.0'
api 'com.github.afiqiqmal:SharedChamber-Kotlin:2.5.0'
//or
api 'com.github.afiqiqmal:SharedChamber-Kotlin:1.0.0' {
api 'com.github.afiqiqmal:SharedChamber-Kotlin:2.5.0' {
exclude group: 'com.google.code.gson', module: 'gson'
}
}
Expand All @@ -26,7 +26,7 @@ Maven
<dependency>
<groupId>com.github.afiqiqmal</groupId>
<artifactId>SharedChamber-Kotlin</artifactId>
<version>1.0.0</version>
<version>2.5.0</version>
</dependency>
```

Expand Down

0 comments on commit 13b75f3

Please sign in to comment.