Skip to content

Commit 0680e97

Browse files
committed
chore: Update README file
1 parent 85db278 commit 0680e97

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,31 @@ Add this dependency to your pom.xml:
2020
<dependency>
2121
<groupId>com.dracoon</groupId>
2222
<artifactId>dracoon-sdk</artifactId>
23-
<version>4.0.0</version>
23+
<version>4.0.1</version>
2424
</dependency>
2525
```
2626

2727
##### Gradle
2828

2929
Add this dependency to your build.gradle:
3030
```groovy
31-
compile 'com.dracoon:dracoon-sdk:4.0.0'
31+
compile 'com.dracoon:dracoon-sdk:4.0.1'
3232
```
3333

3434
##### JAR import
3535

3636
The latest JAR can be found [here](https://github.com/dracoon/dracoon-java-sdk/releases).
3737

3838
Note that you also need to include the following dependencies:
39-
1. Bouncy Castle Provider: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on
40-
2. Bouncy Castle PKIX/CMS/...: https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on
41-
3. Dracoon Crypto SDK: https://mvnrepository.com/artifact/com.dracoon/dracoon-crypto-sdk
42-
4. Google Gson: https://mvnrepository.com/artifact/com.google.code.gson/gson
43-
5. Square OkHttp: https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
44-
6. Square OkIo: https://mvnrepository.com/artifact/com.squareup.okio/okio
45-
7. Square Retrofit: https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit
46-
8. Square Retrofit Gson Converter: https://mvnrepository.com/artifact/com.squareup.retrofit2/converter-gson
39+
1. Bouncy Castle PKIX/CMS/...: https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on
40+
2. Bouncy Castle Provider: https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on
41+
3. Bouncy Castle Utils: https://mvnrepository.com/artifact/org.bouncycastle/bcutil-jdk18on
42+
4. Dracoon Crypto SDK: https://mvnrepository.com/artifact/com.dracoon/dracoon-crypto-sdk
43+
5. Google Gson: https://mvnrepository.com/artifact/com.google.code.gson/gson
44+
6. Square OkHttp: https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
45+
7. Square OkIo: https://mvnrepository.com/artifact/com.squareup.okio/okio
46+
8. Square Retrofit: https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit
47+
9. Square Retrofit Gson Converter: https://mvnrepository.com/artifact/com.squareup.retrofit2/converter-gson
4748

4849
#### Usage on Android
4950

0 commit comments

Comments
 (0)