From 0c3d79d20d996e4de40878620cfd18e5ed5b092b Mon Sep 17 00:00:00 2001 From: Fabio Tacke Date: Fri, 3 Apr 2020 15:22:09 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69f4f35..20704d5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ You can then add the dependency to your app's `build.gradle` file where `$VERSIO ``` dependencies { - implementation 'com.github.TICESoftware:AndroidHKDF:$VERSION' + implementation 'com.github.TICESoftware:AndroidX3DH:$VERSION' + implementation 'com.github.TICESoftware:AndroidHKDF:1.0.0' implementation "com.goterl.lazycode:lazysodium-android:4.1.0@aar" implementation 'net.java.dev.jna:jna:5.5.0@aar' }