Skip to content

Commit def9977

Browse files
author
Ryan
committed
Update readme
1 parent e890efc commit def9977

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

README.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,35 +21,12 @@ Secure and efficient cryptography library for Android. (Auto fix SecureRandom bu
2121
* Supported RSA key sizes are 2048 bits and 4096 bits
2222
* Password analysis for strength, crack times, weakness, etc using [nulab's zxcvbn4j library](https://github.com/nulab/zxcvbn4j)
2323

24-
## Install in Java app
25-
Add in your project's build.gradle
26-
```gradle
27-
buildscript {
28-
..
29-
dependencies {
30-
..
31-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21"
32-
classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.2.21"
33-
}
34-
}
35-
```
36-
Add in your app's build.gradle
37-
```gradle
38-
apply plugin: 'kotlin-android'
39-
apply plugin: 'kotlin-android-extensions'
40-
41-
dependencies {
42-
..
43-
compile "com.pvryan.easycrypt:easycrypt:1.3.1"
44-
}
45-
```
46-
47-
## Install in Kotlin app
24+
## Install
4825
Add in your app's build.gradle
4926
```gradle
5027
dependencies {
5128
..
52-
compile "com.pvryan.easycrypt:easycrypt:1.3.1"
29+
implementation "com.pvryan.easycrypt:easycrypt:1.3.1"
5330
}
5431
```
5532

0 commit comments

Comments
 (0)