We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71b5f3 commit c6e6d1bCopy full SHA for c6e6d1b
3 files changed
Examples/Android/app/build.gradle
@@ -14,5 +14,5 @@ android {
14
15
dependencies {
16
compile 'com.android.support:appcompat-v7:23.3.0'
17
- compile 'com.github.simbiose:Encryption:36f942b9c2'
+ compile 'com.github.simbiose:Encryption:1.4.0'
18
}
Examples/Java/build.gradle
@@ -19,5 +19,5 @@ sourceSets {
19
20
21
22
23
README.md
@@ -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'
24
25
3º Use Encryption, choose one way below:
0 commit comments