Skip to content

Getting Started

Mukesh Solanki edited this page Sep 1, 2018 · 2 revisions

Integrating and using the project is simple all you need to do is follow the below step

  • Add the JitPack repository to your build file. Add it in your root build.gradle at the end of repositories:
allprojects {
  repositories {
    ...
    maven { url "https://jitpack.io" }
  }
}
  • Add the dependency
dependencies {
        compile 'com.github.mukeshsolanki:country-picker-android:<latest-version>'
}