Skip to content

Commit 43d841b

Browse files
author
maskara
committed
Adding support for Guava library
1 parent 920efcd commit 43d841b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies {
2121
}
2222
compile 'com.facebook.fresco:fresco:1.3.0'
2323
compile 'com.facebook.stetho:stetho:1.5.0'
24+
compile "com.google.guava:guava:${GUAVA_VERSION}"
2425

2526
testCompile 'junit:junit:4.12'
2627
androidTestCompile "com.android.support:support-annotations:${project.supportLibVersion}"

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ android.useDeprecatedNdk=true
1313

1414
# Library dependencies
1515
BUTTERKNIFE_VERSION=8.4.0
16+
GUAVA_VERSION=19.0
1617

0 commit comments

Comments
 (0)