Skip to content

Commit

Permalink
Published to Maven Central, Fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
curioustechizen committed Jan 15, 2015
1 parent a18341d commit 8a64724
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,20 @@ This library can be seen as a wrapper on top of the excellent `android.text.form
Obtaining
=========

###Android Studio
1. Clone the repo
2. Open build.gradle in the root folder of the cloned project in Android Studio
###Gradle

Add the following to your build.gradle

dependencies {
compile 'com.github.curioustechizen.android-ago:library:1.2.0'
}


###Eclipse+ADT
1. Clone the repo
2. In Eclipse, go to `File` -> `New` -> `Other`. Expand `Android` and select `Android Project from Existing Code`
3. Browse to the `android-ago` sub-folder of the cloned repo and hit `Finish`

###Maven Central
This project is not available on Maven Central yet. Please follow #3 to know when this is done.


Usage
=====

Expand Down
7 changes: 6 additions & 1 deletion android-ago-sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
repositories{
mavenCentral()
}

apply plugin: 'com.android.application'

android {
Expand All @@ -18,5 +22,6 @@ android {
}

dependencies {
compile project(":android-ago")
//compile project(":android-ago")
compile 'com.github.curioustechizen.android-ago:library:1.2.0'
}

0 comments on commit 8a64724

Please sign in to comment.