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

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Banes committed Dec 18, 2012
2 parents 9af90e7 + 898e3f1 commit db58d74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ method, as they allow 1:1 caching to disk of the original content. <br />
only be used if you can't get access to the original InputStream.

## Usage
The easy way to use the library is by downloading the JAR file under the 'Downloads' tab, and importing it into your Eclipse project.
The easy way to use the library is by downloading the JAR file, and importing it into your Eclipse project. You can find the latest JAR file from here: [http://bit.ly/android-bitmapcache-jar](http://bit.ly/android-bitmapcache-jar). Just remember that you must include all of the required libraries below too.

If you are a Maven user you can also add this library as a dependency since it
it distributed to the central repositories. Simply add the following to your
Expand All @@ -44,6 +44,10 @@ it distributed to the central repositories. Simply add the following to your
</dependency>
```

### Requirements
* [DiskLruCache](https://github.com/JakeWharton/DiskLruCache). Tested with v1.2.1.
* [Android v4 Support Library](http://developer.android.com/tools/extras/support-library.html). Preferably the latest available.

## License

Copyright 2011, 2012 Chris Banes
Expand Down

0 comments on commit db58d74

Please sign in to comment.