Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

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>'
}