Skip to content

Commit

Permalink
Updated doc and prepared version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielemariotti committed Aug 29, 2014
1 parent fd59b59 commit 749f0ee
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
===============================================================================

Version 1.x.x *(2014-xx-xx)*
Version 1.9.0 *(2014-08-30)*
----------------------------
* LIB: Added a method to expand and collpase the card in programmatic way [(doc)](/doc/EXPAND.md#expand-the-card-in-programmatic-way)
* LIB: Added a callback at the start of the expansion/collapsing animation [(doc)](/doc/EXPAND.md#listeners)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The Guide provides a extensive doc, with all tips and full examples. Don't miss
Card Library is pushed to Maven Central as an AAR, so you just need to add the following dependency to your `build.gradle`.

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


Expand Down
6 changes: 3 additions & 3 deletions doc/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Card Library is pushed to Maven Central as a AAR, so you just need to add the fo

dependencies {
//Core card library
compile 'com.github.gabrielemariotti.cards:library:1.8.0'
compile 'com.github.gabrielemariotti.cards:library:1.9.0'

//Extra card library, it is required only if you want to use integrations with other libraries
compile 'com.github.gabrielemariotti.cards:library-extra:1.8.0'
compile 'com.github.gabrielemariotti.cards:library-extra:1.9.0'
}

The library-extra is optional. It contains code to use integrations with other libraries, as StaggeredGridView and CardListDragDropView.
Expand Down Expand Up @@ -90,7 +90,7 @@ If you would like to build also the **library-extra** module (it is optional,it
compile 'com.etsy.android.grid:library:1.0.5'
//Drag and drop list base on DynamicList
compile 'com.nhaarman.listviewanimations:library:3.0.0'
compile 'com.nhaarman.listviewanimations:library:3.1.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions doc/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Card Library is pushed to Maven Central as an AAR, so you just need to add the f

dependencies {
//Core card library
compile 'com.github.gabrielemariotti.cards:library:1.8.0'
compile 'com.github.gabrielemariotti.cards:library:1.9.0'

//Extra card library, it is required only if you want to use integrations with other libraries
compile 'com.github.gabrielemariotti.cards:library-extra:1.8.0'
compile 'com.github.gabrielemariotti.cards:library-extra:1.9.0'
}

The library-extra is optional. It contains code to use integrations with other libraries, as StaggeredGridView and CardListDragDropView.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.8.1-SNAPSHOT
VERSION_CODE=33
VERSION_NAME=1.9.1-SNAPSHOT
VERSION_CODE=35
GROUP=com.github.gabrielemariotti.cards

POM_DESCRIPTION=Android Library to build a UI Card
Expand Down

0 comments on commit 749f0ee

Please sign in to comment.