Skip to content

Commit

Permalink
Readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielemariotti committed Sep 27, 2013
1 parent 2704241 commit 2d53385
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# built application files
*.apk
#*.apk
*.ap_

# files for the dex VM
Expand All @@ -16,12 +16,13 @@ out/

# Ignored by AndroidStudio
*.iws

*.iml

# Folders related to builds and Gradle
.gradle/
*/build/

# Local settings (regenerated by Android Studio)
.idea/
local.properties
*.iml

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Change Log
===============================================================================

Version 0.2.0 *(2013-09-26)*
----------------------------

* Card Library is now pushed to Maven Central as a AAR


Version 0.1.1 *(2013-09-14)*
----------------------------

* LIB: Rename folder in demo and library
* DEMO: Removed addToBackStack in Demo


Version 0.1.0 *(2013-09-19)*
----------------------------
Initial release.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ Here you can find some pages to customize this tag.

---

## Gradle

Card Library is now pushed to Maven Central as a AAR, so you just need to add the following dependency to your `build.gradle`.

dependencies {
compile 'com.github.gabrielemariotti.cards:library:0.2.0'
}

Credits
-------

Expand Down

0 comments on commit 2d53385

Please sign in to comment.