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 26, 2013
1 parent 524fcaa commit d9c6455
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ out/

# Ignored by AndroidStudio
*.iws
*.iml

# Folders related to builds and Gradle
.gradle/
Expand All @@ -24,3 +25,6 @@ out/
# Local settings (regenerated by Android Studio)
.idea/
local.properties

#Personal Files
signing.properties
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
===============================================================================

Version 1.2.0 *(2013-09-25)*
----------------------------

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


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

Expand Down
4 changes: 4 additions & 0 deletions ChangeLogDemo/src/main/res/raw/library_changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<changelog bulletedList="true">

<!-- It is the real library changelog.xml -->
<changelogversion versionName="1.2" changeDate="25/09/2013">
<changelogtext>Changelog Library is now pushed to Maven Central as a AAR</changelogtext>
</changelogversion>

<changelogversion versionName="1.1" changeDate="14/09/2013">
<changelogtext>Added support for API 8+</changelogtext>
</changelogversion>
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ For more detailed information and examples you can read this [document:](https:/
See the customisation [page:](https://github.com/gabrielemariotti/changeloglib/tree/master/CUSTOMIZATION.md) for more information.

---
## Gradle

ChangeLog 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.changeloglib:library:1.2.0'
}



Credits
-------
Expand Down

0 comments on commit d9c6455

Please sign in to comment.