Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Removed local jar dependencies for DiskLruCache, GSON and Commons IO …
Browse files Browse the repository at this point in the history
…and added gradle dependencies in the library.
  • Loading branch information
Anup Cowkur committed Feb 3, 2014
1 parent 1fba6ac commit 86a62e9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.jakewharton:disklrucache:2.0.2'
compile 'com.google.code.gson:gson:2.2.4'
compile 'commons-io:commons-io:2.4'
}

task clearJar(type: Delete) {
Expand Down
Binary file removed Library/libs/commons-io-2.4.jar
Binary file not shown.
Binary file removed Library/libs/disklrucache-2.0.2.jar
Binary file not shown.
Binary file removed Library/libs/gson-2.2.4.jar
Binary file not shown.

0 comments on commit 86a62e9

Please sign in to comment.