Skip to content

Instantly share code, notes, and snippets.

@gabrielemariotti
Created October 25, 2014 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielemariotti/21a742809ca3647ff5a4 to your computer and use it in GitHub Desktop.
Save gabrielemariotti/21a742809ca3647ff5a4 to your computer and use it in GitHub Desktop.
Gist for cardslib 2.0.0.RC1
repositories {
mavenCentral()
//snapshot for rc1
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
//Core card library
compile 'com.github.gabrielemariotti.cards:cardslib-core:2.0.0-RC1-SNAPSHOT'
//Optional for built-in cards
compile 'com.github.gabrielemariotti.cards:cardslib-cards:2.0.0-RC1-SNAPSHOT'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment