Skip to content

Commit

Permalink
Updated doc and prepared for 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielemariotti committed Nov 12, 2014
1 parent 17388cc commit aafaa88
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 20 deletions.
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 2.0.1 *(2014-11-12)*
----------------------------
* LIB-CORE:Fixed NPE in ForegroundLinearLayout
* LIB-CORE:Fixed expand area with CardWithList


Version 2.0.0 *(2014-11-07)*
----------------------------
* LIB: Added the new **CardViewNative**! based on Google CardView [(Learn how to migrate your cards)](/doc/MIGRATE)
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@ Card Library is pushed to Maven Central as an AAR, so you just need to add the f

dependencies {
//Core
compile 'com.github.gabrielemariotti.cards:cardslib-core:2.0.0'
compile 'com.github.gabrielemariotti.cards:cardslib-core:2.0.1'
//Optional for built-in cards
compile 'com.github.gabrielemariotti.cards:cardslib-cards:2.0.0'
compile 'com.github.gabrielemariotti.cards:cardslib-cards:2.0.1'
//Optional for RecyclerView
compile 'com.github.gabrielemariotti.cards:cardslib-recyclerview:2.0.0'
compile 'com.github.gabrielemariotti.cards:cardslib-recyclerview:2.0.1'
//Optional for staggered grid view
compile 'com.github.gabrielemariotti.cards:cardslib-extra-staggeredgrid:2.0.0'
compile 'com.github.gabrielemariotti.cards:cardslib-extra-staggeredgrid:2.0.1'
//Optional for drag and drop
compile 'com.github.gabrielemariotti.cards:cardslib-extra-dragdrop:2.0.0'
compile 'com.github.gabrielemariotti.cards:cardslib-extra-dragdrop:2.0.1'
//Optional for twoway (coming soon)
//compile 'com.github.gabrielemariotti.cards:cardslib-extra-twoway:2.0.0'
//compile 'com.github.gabrielemariotti.cards:cardslib-extra-twoway:2.0.1'
}

Expand Down
12 changes: 6 additions & 6 deletions doc/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ 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:cardslib-core:2.0.0'
compile 'com.github.gabrielemariotti.cards:cardslib-core:2.0.1'
//Optional for built-in cards
compile 'com.github.gabrielemariotti.cards:cardslib-cards:2.0.0'
compile 'com.github.gabrielemariotti.cards:cardslib-cards:2.0.1'
//Optional for RecyclerView
compile 'com.github.gabrielemariotti.cards:cardslib-recyclerview:2.0.0'
compile 'com.github.gabrielemariotti.cards:cardslib-recyclerview:2.0.1'
//Optional for staggered grid view support
compile 'com.github.gabrielemariotti.cards:cardslib-extra-staggeredgrid:2.0.0'
compile 'com.github.gabrielemariotti.cards:cardslib-extra-staggeredgrid:2.0.1'
//Optional for drag and drop support
compile 'com.github.gabrielemariotti.cards:cardslib-extra-dragdrop:2.0.0'
compile 'com.github.gabrielemariotti.cards:cardslib-extra-dragdrop:2.0.1'
//Optional for twowayview support (coming soon)
//compile 'com.github.gabrielemariotti.cards:cardslib-extra-twoway:2.0.0'
//compile 'com.github.gabrielemariotti.cards:cardslib-extra-twoway:2.0.1'
}

Expand Down
12 changes: 6 additions & 6 deletions doc/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ 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:cardslib-core:2.0.0'
compile 'com.github.gabrielemariotti.cards:cardslib-core:2.0.1'
//Optional for built-in cards
compile 'com.github.gabrielemariotti.cards:cardslib-cards:2.0.0'
compile 'com.github.gabrielemariotti.cards:cardslib-cards:2.0.1'
//Optional for RecyclerView
compile 'com.github.gabrielemariotti.cards:cardslib-recyclerview:2.0.0'
compile 'com.github.gabrielemariotti.cards:cardslib-recyclerview:2.0.1'
//Optional for staggered grid view support
compile 'com.github.gabrielemariotti.cards:cardslib-extra-staggeredgrid:2.0.0'
compile 'com.github.gabrielemariotti.cards:cardslib-extra-staggeredgrid:2.0.1'
//Optional for drag and drop support
compile 'com.github.gabrielemariotti.cards:cardslib-extra-dragdrop:2.0.0'
compile 'com.github.gabrielemariotti.cards:cardslib-extra-dragdrop:2.0.1'
//Optional for twowayview support (coming soon)
//compile 'com.github.gabrielemariotti.cards:cardslib-extra-twoway:2.0.0'
//compile 'com.github.gabrielemariotti.cards:cardslib-extra-twoway:2.0.1'
}

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=2.0.1-SNAPSHOT
VERSION_CODE=201
VERSION_NAME=2.0.2-SNAPSHOT
VERSION_CODE=202
GROUP=com.github.gabrielemariotti.cards

POM_DESCRIPTION=Android Library to build a UI Card
Expand Down

0 comments on commit aafaa88

Please sign in to comment.