Skip to content

Commit 2a8c14b

Browse files
Updated doc for 2.1.0
1 parent 6350e4c commit 2a8c14b

File tree

4 files changed

+23
-18
lines changed

4 files changed

+23
-18
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
===============================================================================
33

4+
Version 2.1.0 *(2015-05-12)*
5+
----------------------------
6+
* Updated to support libraries 22.1.1
7+
8+
49
Version 2.0.1 *(2014-11-12)*
510
----------------------------
611
* LIB-CORE:Fixed NPE in ForegroundLinearLayout

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,22 @@ Card Library is pushed to Maven Central as an AAR, so you just need to add the f
4646

4747
dependencies {
4848
//Core
49-
compile 'com.github.gabrielemariotti.cards:cardslib-core:2.0.1'
49+
compile 'com.github.gabrielemariotti.cards:cardslib-core:2.1.0'
5050
5151
//Optional for built-in cards
52-
compile 'com.github.gabrielemariotti.cards:cardslib-cards:2.0.1'
52+
compile 'com.github.gabrielemariotti.cards:cardslib-cards:2.1.0'
5353
5454
//Optional for RecyclerView
55-
compile 'com.github.gabrielemariotti.cards:cardslib-recyclerview:2.0.1'
55+
compile 'com.github.gabrielemariotti.cards:cardslib-recyclerview:2.1.0'
5656
5757
//Optional for staggered grid view
58-
compile 'com.github.gabrielemariotti.cards:cardslib-extra-staggeredgrid:2.0.1'
58+
compile 'com.github.gabrielemariotti.cards:cardslib-extra-staggeredgrid:2.1.0'
5959
6060
//Optional for drag and drop
61-
compile 'com.github.gabrielemariotti.cards:cardslib-extra-dragdrop:2.0.1'
61+
compile 'com.github.gabrielemariotti.cards:cardslib-extra-dragdrop:2.1.0'
6262
6363
//Optional for twoway (coming soon)
64-
//compile 'com.github.gabrielemariotti.cards:cardslib-extra-twoway:2.0.1'
64+
//compile 'com.github.gabrielemariotti.cards:cardslib-extra-twoway:2.1.0'
6565
6666
}
6767

doc/BUILD.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ Card Library is pushed to Maven Central as a AAR, so you just need to add the fo
1616

1717
dependencies {
1818
//Core card library
19-
compile 'com.github.gabrielemariotti.cards:cardslib-core:2.0.1'
19+
compile 'com.github.gabrielemariotti.cards:cardslib-core:2.1.0'
2020
2121
//Optional for built-in cards
22-
compile 'com.github.gabrielemariotti.cards:cardslib-cards:2.0.1'
22+
compile 'com.github.gabrielemariotti.cards:cardslib-cards:2.1.0'
2323
2424
//Optional for RecyclerView
25-
compile 'com.github.gabrielemariotti.cards:cardslib-recyclerview:2.0.1'
25+
compile 'com.github.gabrielemariotti.cards:cardslib-recyclerview:2.1.0'
2626
2727
//Optional for staggered grid view support
28-
compile 'com.github.gabrielemariotti.cards:cardslib-extra-staggeredgrid:2.0.1'
28+
compile 'com.github.gabrielemariotti.cards:cardslib-extra-staggeredgrid:2.1.0'
2929
3030
//Optional for drag and drop support
31-
compile 'com.github.gabrielemariotti.cards:cardslib-extra-dragdrop:2.0.1'
31+
compile 'com.github.gabrielemariotti.cards:cardslib-extra-dragdrop:2.1.0'
3232
3333
//Optional for twowayview support (coming soon)
34-
//compile 'com.github.gabrielemariotti.cards:cardslib-extra-twoway:2.0.1'
34+
//compile 'com.github.gabrielemariotti.cards:cardslib-extra-twoway:2.1.0'
3535
3636
}
3737

doc/GUIDE.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ Card Library is pushed to Maven Central as an AAR, so you just need to add the f
1616

1717
dependencies {
1818
//Core card library
19-
compile 'com.github.gabrielemariotti.cards:cardslib-core:2.0.1'
19+
compile 'com.github.gabrielemariotti.cards:cardslib-core:2.1.0'
2020
2121
//Optional for built-in cards
22-
compile 'com.github.gabrielemariotti.cards:cardslib-cards:2.0.1'
22+
compile 'com.github.gabrielemariotti.cards:cardslib-cards:2.1.0'
2323
2424
//Optional for RecyclerView
25-
compile 'com.github.gabrielemariotti.cards:cardslib-recyclerview:2.0.1'
25+
compile 'com.github.gabrielemariotti.cards:cardslib-recyclerview:2.1.0'
2626
2727
//Optional for staggered grid view support
28-
compile 'com.github.gabrielemariotti.cards:cardslib-extra-staggeredgrid:2.0.1'
28+
compile 'com.github.gabrielemariotti.cards:cardslib-extra-staggeredgrid:2.1.0'
2929
3030
//Optional for drag and drop support
31-
compile 'com.github.gabrielemariotti.cards:cardslib-extra-dragdrop:2.0.1'
31+
compile 'com.github.gabrielemariotti.cards:cardslib-extra-dragdrop:2.1.0'
3232
3333
//Optional for twowayview support (coming soon)
34-
//compile 'com.github.gabrielemariotti.cards:cardslib-extra-twoway:2.0.1'
34+
//compile 'com.github.gabrielemariotti.cards:cardslib-extra-twoway:2.1.0'
3535
3636
}
3737

0 commit comments

Comments
 (0)