File tree Expand file tree Collapse file tree 4 files changed +23
-0
lines changed
ChangeLogDemo/src/main/res/raw Expand file tree Collapse file tree 4 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1616
1717# Ignored by AndroidStudio
1818* .iws
19+ * .iml
1920
2021# Folders related to builds and Gradle
2122.gradle /
2425# Local settings (regenerated by Android Studio)
2526.idea /
2627local.properties
28+
29+ # Personal Files
30+ signing.properties
Original file line number Diff line number Diff line change 11Change 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+
410Version 1.1.0 * (2013-09-14)*
511----------------------------
612
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -68,6 +68,15 @@ For more detailed information and examples you can read this [document:](https:/
6868See 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
7281Credits
7382-------
You can’t perform that action at this time.
0 commit comments