Skip to content

Commit c6e6d1b

Browse files
committed
Prepare version 1.4.0
1 parent f71b5f3 commit c6e6d1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Examples/Android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ android {
1414

1515
dependencies {
1616
compile 'com.android.support:appcompat-v7:23.3.0'
17-
compile 'com.github.simbiose:Encryption:36f942b9c2'
17+
compile 'com.github.simbiose:Encryption:1.4.0'
1818
}

Examples/Java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ sourceSets {
1919
}
2020

2121
dependencies {
22-
compile 'com.github.simbiose:Encryption:36f942b9c2'
22+
compile 'com.github.simbiose:Encryption:1.4.0'
2323
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allprojects {
1919

2020
2º Add the gradle dependency
2121
```
22-
compile 'com.github.simbiose:Encryption:1.3.0'
22+
compile 'com.github.simbiose:Encryption:1.4.0'
2323
```
2424

2525
3º Use Encryption, choose one way below:

0 commit comments

Comments
 (0)