Skip to content

Commit

Permalink
Prepare version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ademar111190 committed Jun 20, 2016
1 parent f71b5f3 commit c6e6d1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Examples/Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ android {

dependencies {
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.github.simbiose:Encryption:36f942b9c2'
compile 'com.github.simbiose:Encryption:1.4.0'
}
2 changes: 1 addition & 1 deletion Examples/Java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ sourceSets {
}

dependencies {
compile 'com.github.simbiose:Encryption:36f942b9c2'
compile 'com.github.simbiose:Encryption:1.4.0'
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allprojects {

2º Add the gradle dependency
```
compile 'com.github.simbiose:Encryption:1.3.0'
compile 'com.github.simbiose:Encryption:1.4.0'
```

3º Use Encryption, choose one way below:
Expand Down

0 comments on commit c6e6d1b

Please sign in to comment.