Skip to content

Commit

Permalink
Adding support for Guava library
Browse files Browse the repository at this point in the history
  • Loading branch information
maskara committed May 21, 2017
1 parent 920efcd commit 43d841b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies {
}
compile 'com.facebook.fresco:fresco:1.3.0'
compile 'com.facebook.stetho:stetho:1.5.0'
compile "com.google.guava:guava:${GUAVA_VERSION}"

testCompile 'junit:junit:4.12'
androidTestCompile "com.android.support:support-annotations:${project.supportLibVersion}"
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ android.useDeprecatedNdk=true

# Library dependencies
BUTTERKNIFE_VERSION=8.4.0
GUAVA_VERSION=19.0

0 comments on commit 43d841b

Please sign in to comment.