We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920efcd commit 43d841bCopy full SHA for 43d841b
app/build.gradle
@@ -21,6 +21,7 @@ dependencies {
21
}
22
compile 'com.facebook.fresco:fresco:1.3.0'
23
compile 'com.facebook.stetho:stetho:1.5.0'
24
+ compile "com.google.guava:guava:${GUAVA_VERSION}"
25
26
testCompile 'junit:junit:4.12'
27
androidTestCompile "com.android.support:support-annotations:${project.supportLibVersion}"
gradle.properties
@@ -13,4 +13,5 @@ android.useDeprecatedNdk=true
13
14
# Library dependencies
15
BUTTERKNIFE_VERSION=8.4.0
16
+GUAVA_VERSION=19.0
17
0 commit comments