Skip to content

Commit d9c6455

Browse files
Readme and changelog
1 parent 524fcaa commit d9c6455

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ out/
1616

1717
# Ignored by AndroidStudio
1818
*.iws
19+
*.iml
1920

2021
# Folders related to builds and Gradle
2122
.gradle/
@@ -24,3 +25,6 @@ out/
2425
# Local settings (regenerated by Android Studio)
2526
.idea/
2627
local.properties
28+
29+
#Personal Files
30+
signing.properties

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
===============================================================================
33

4+
Version 1.2.0 *(2013-09-25)*
5+
----------------------------
6+
7+
* Changelog Library is now pushed to Maven Central as a AAR
8+
9+
410
Version 1.1.0 *(2013-09-14)*
511
----------------------------
612

ChangeLogDemo/src/main/res/raw/library_changelog.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<changelog bulletedList="true">
33

44
<!-- It is the real library changelog.xml -->
5+
<changelogversion versionName="1.2" changeDate="25/09/2013">
6+
<changelogtext>Changelog Library is now pushed to Maven Central as a AAR</changelogtext>
7+
</changelogversion>
8+
59
<changelogversion versionName="1.1" changeDate="14/09/2013">
610
<changelogtext>Added support for API 8+</changelogtext>
711
</changelogversion>

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ For more detailed information and examples you can read this [document:](https:/
6868
See the customisation [page:](https://github.com/gabrielemariotti/changeloglib/tree/master/CUSTOMIZATION.md) for more information.
6969

7070
---
71+
## Gradle
72+
73+
ChangeLog Library is now pushed to Maven Central as a AAR, so you just need to add the following dependency to your `build.gradle`.
74+
75+
dependencies {
76+
compile 'com.github.gabrielemariotti.changeloglib:library:1.2.0'
77+
}
78+
79+
7180

7281
Credits
7382
-------

0 commit comments

Comments
 (0)