Update curve25519-java to 0.4.0

// FREEBIE
This commit is contained in:
Moxie Marlinspike 2017-06-22 09:24:28 -07:00
parent df1c957acb
commit fabf2bee29

View File

@ -1,7 +1,7 @@
subprojects {
ext.version_number = "2.5.3"
ext.group_info = "org.whispersystems"
ext.curve25519_version = "0.3.0"
ext.curve25519_version = "0.4.0"
if (JavaVersion.current().isJava8Compatible()) {
allprojects {