Use Curve25519 0.2.2
This commit is contained in:
parent
2b87037e91
commit
cf2361c64d
|
@ -1,7 +1,7 @@
|
||||||
subprojects {
|
subprojects {
|
||||||
ext.version_number = "1.1.0"
|
ext.version_number = "1.1.0"
|
||||||
ext.group_info = "org.whispersystems"
|
ext.group_info = "org.whispersystems"
|
||||||
ext.curve25519_version = "0.2.1"
|
ext.curve25519_version = "0.2.2"
|
||||||
|
|
||||||
if (JavaVersion.current().isJava8Compatible()) {
|
if (JavaVersion.current().isJava8Compatible()) {
|
||||||
allprojects {
|
allprojects {
|
||||||
|
|
Loading…
Reference in New Issue