From b1dcf34c2bca31cd7090778c3a3de81e5884a106 Mon Sep 17 00:00:00 2001 From: amirarcane Date: Sun, 1 Nov 2015 23:38:12 +0330 Subject: [PATCH] new readme --- .../2.2.1/taskArtifacts/cache.properties.lock | Bin 17 -> 17 bytes .gradle/2.2.1/taskArtifacts/fileHashes.bin | Bin 518863 -> 518863 bytes .idea/misc.xml | 2 +- .idea/workspace.xml | 136 +++++++++++------- README.md | 4 +- 5 files changed, 88 insertions(+), 54 deletions(-) diff --git a/.gradle/2.2.1/taskArtifacts/cache.properties.lock b/.gradle/2.2.1/taskArtifacts/cache.properties.lock index e09c9279711013dc653f98eaea94a40e0a873cbd..62ff2cce6bee064feb6444e72ca6972c41fedad0 100644 GIT binary patch literal 17 VcmZSn{J~$kM@0Au0~okD0{}EK1aSZW literal 17 VcmZSn{J~$kM@0Au0~olO001;21Y!UH diff --git a/.gradle/2.2.1/taskArtifacts/fileHashes.bin b/.gradle/2.2.1/taskArtifacts/fileHashes.bin index 9fb46e78aa0c36d1560facc218454b6aa6e4ca66..89db85437d75ce0413b8617dc5195b01750ea83b 100644 GIT binary patch delta 82 zcmX?qRsQ@{`Gyw87N!>FEiCV^3a_m0V1NKg5al%Us#`nLH5MRd-OhB4ZLt$J71M9! Nv%7BpE5Uy0A^>EV8k7J4 delta 82 zcmX?qRsQ@{`Gyw87N!>FEiCV^3NM^szyJY~AnM4I1q|&>*I0m N&+fYYuLS$0ivVDz8lnII diff --git a/.idea/misc.xml b/.idea/misc.xml index fbb6828..5d19981 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d52821f..d6632be 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,18 +2,9 @@ - - - - - - + + - - - - - @@ -52,16 +43,6 @@ - - - - - - - - - - @@ -92,6 +73,16 @@ + + + + + + + + + + @@ -2301,9 +2292,6 @@ - - - @@ -2324,6 +2312,9 @@ + + + @@ -2493,53 +2484,64 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + - + - - - + + + + + + - - - + - + + + - + - + @@ -2552,10 +2554,34 @@ + + + + + + + + - + + + + + + + + + + + + + + + + + @@ -2568,10 +2594,18 @@ + + + + + + + + - - + + diff --git a/README.md b/README.md index 4a93ccd..1792705 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 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' @@ -24,7 +24,7 @@ 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();