Update textescure-java to 1.7

Adapt code:
- Add USER_AGENT
- verifyAccount renamed to verifyAccountWithCode
This commit is contained in:
AsamK 2015-09-15 13:03:49 +02:00
parent 0e4fe8bc8f
commit 2796fff56d
2 changed files with 9 additions and 7 deletions

View file

@ -10,7 +10,7 @@ repositories {
}
dependencies {
compile 'org.whispersystems:textsecure-java:1.6.2'
compile 'org.whispersystems:textsecure-java:1.7.0'
compile 'com.madgag.spongycastle:prov:1.52.0.0'
compile 'org.json:json:20141113'
compile 'commons-io:commons-io:2.4'