Skip to content

Commit

Permalink
Version update in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan committed Sep 24, 2017
1 parent b7450fb commit 3c1c21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ apply plugin: 'kotlin-android-extensions'
dependencies {
..
compile "com.pvryan.easycrypt:easycrypt:1.2.0"
compile "com.pvryan.easycrypt:easycrypt:1.3.0"
compile "org.jetbrains.kotlin:kotlin-stdlib:1.1.4-3"
compile "org.jetbrains.anko:anko-commons:0.10.1"
..
Expand All @@ -53,7 +53,7 @@ Add in your app's build.gradle
```gradle
dependencies {
..
compile "com.pvryan.easycrypt:easycrypt:1.2.0"
compile "com.pvryan.easycrypt:easycrypt:1.3.0"
..
}
```
Expand Down

0 comments on commit 3c1c21d

Please sign in to comment.