Skip to content

Instantly share code, notes, and snippets.

@manojbhadane
Created January 2, 2019 04:39
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 manojbhadane/608132cf116a3e57c2ed7b0c2a4f4da5 to your computer and use it in GitHub Desktop.
Save manojbhadane/608132cf116a3e57c2ed7b0c2a4f4da5 to your computer and use it in GitHub Desktop.
//Step 1. Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
//Step 2. Add the dependency
dependencies {
implementation 'com.github.manojbhadane:PaymentCardView:v1.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment