Use Curve25519 0.2.2

This commit is contained in:
Moxie Marlinspike 2015-02-09 14:28:29 -08:00
parent 2b87037e91
commit cf2361c64d
1 changed files with 1 additions and 1 deletions

View File

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