Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tinmegali committed Feb 23, 2018
1 parent 7299d89 commit 498cce4
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
@@ -1,6 +1,6 @@
# MCipher Library
###### A Simple Encryption and Decryption Library for Android
- VERSION 0.3
- VERSION 0.4
- [Documentation](https://tinmegali.github.io/MCipher/javadoc/)
- Compatible with from **SDK 19**

Expand Down Expand Up @@ -54,11 +54,11 @@ Don't forget to point to *`jcenter`* distribution center.
<dependency>
<groupId>com.tinmegali.android</groupId>
<artifactId>mcipher</artifactId>
<version>0.3</version>
<version>0.4</version>
<type>pom</type>
</dependency>
```
###### Gradle
```
compile 'com.tinmegali.android:mcipher:0.3'
compile 'com.tinmegali.android:mcipher:0.4'
```

0 comments on commit 498cce4

Please sign in to comment.