Skip to content

Commit

Permalink
new readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amirarcane committed Nov 1, 2015
1 parent 393985e commit b1dcf34
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 54 deletions.
Binary file modified .gradle/2.2.1/taskArtifacts/cache.properties.lock
Binary file not shown.
Binary file modified .gradle/2.2.1/taskArtifacts/fileHashes.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

136 changes: 85 additions & 51 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Watching this repository will allow GitHub to email you whenever I publish a rel
---
# Gradle Dependency

Add this line to your project `build.gradle`
Add this line to your `build.gradle` project

```java
compile 'com.amirarcane.recent-images:recentimages:1.0.0'
```
---
# Usage

Just these lines to your class, that's it.
Just add these lines to your class, that's it.

```java
RecentImages ri = new RecentImages();
Expand Down

0 comments on commit b1dcf34

Please sign in to comment.