Upgraded both guava and guava-testlib to 21.0 and made sure they share the same version variable

This commit is contained in:
Shams Asari
2017-03-24 11:22:53 +00:00
parent 558a3207e9
commit 52ea54f742
9 changed files with 58 additions and 40 deletions

View File

@ -38,7 +38,7 @@ dependencies {
compile "junit:junit:$junit_version"
// Guava: Google test library (collections test suite)
compile "com.google.guava:guava-testlib:19.0"
compile "com.google.guava:guava-testlib:$guava_version"
// OkHTTP: Simple HTTP library.
compile "com.squareup.okhttp3:okhttp:$okhttp_version"