Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Nov 9, 2015
1 parent 84173e3 commit 42a7014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies {
compile "com.madgag.spongycastle:prov:$spongyCastleVersion"
compile "com.madgag.spongycastle:pkix:$spongyCastleVersion"
compile "com.madgag.spongycastle:pg:$spongyCastleVersion"
compile 'com.googlecode.libphonenumber:libphonenumber:7.1.0'
compile 'com.googlecode.libphonenumber:libphonenumber:7.1.1'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.google.zxing:core:3.2.1'
compile 'com.segment.backo:backo:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ allprojects {
smackVersion = project(':client-common-java').smackVersion
spongyCastleVersion = '1.52.0.0'
appcompatVersion = '23.1.0'
googlePlayServicesVersion = '8.1.0'
googlePlayServicesVersion = '8.3.0'
}
}

0 comments on commit 42a7014

Please sign in to comment.