Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced compile with implementation #571

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,33 +46,33 @@ 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.1.0'
implementation 'com.github.gabrielemariotti.cards:cardslib-core:2.1.0'

//Optional for built-in cards
compile 'com.github.gabrielemariotti.cards:cardslib-cards:2.1.0'
implementation 'com.github.gabrielemariotti.cards:cardslib-cards:2.1.0'

//Optional for RecyclerView
compile 'com.github.gabrielemariotti.cards:cardslib-recyclerview:2.1.0'
implementation 'com.github.gabrielemariotti.cards:cardslib-recyclerview:2.1.0'

//Optional for staggered grid view
compile 'com.github.gabrielemariotti.cards:cardslib-extra-staggeredgrid:2.1.0'
implementation 'com.github.gabrielemariotti.cards:cardslib-extra-staggeredgrid:2.1.0'

//Optional for drag and drop
compile 'com.github.gabrielemariotti.cards:cardslib-extra-dragdrop:2.1.0'
implementation 'com.github.gabrielemariotti.cards:cardslib-extra-dragdrop:2.1.0'

//Optional for twoway (coming soon)
//compile 'com.github.gabrielemariotti.cards:cardslib-extra-twoway:2.1.0'
//implementation 'com.github.gabrielemariotti.cards:cardslib-extra-twoway:2.1.0'

}

If you would like to use the last **v1 stable version** you can use:

dependencies {
//Core card library
compile 'com.github.gabrielemariotti.cards:library:1.9.1'
implementation 'com.github.gabrielemariotti.cards:library:1.9.1'

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


Expand Down Expand Up @@ -143,4 +143,4 @@ Google and the Google Maps logo are registered trademarks of Google Inc., used w
[9]: https://plus.google.com/+TaylorLing
[10]: https://plus.google.com/+FrankieSardo
[11]: https://github.com/frankiesardo/LinearListView
[12]: https://github.com/google/iosched
[12]: https://github.com/google/iosched