Skip to content

Android Implementation lib projects for the latest Bangladesh, India, United Kingdom & United States code picker library!

Notifications You must be signed in to change notification settings

n3o-d4rk3r/BangalCodePicker

Repository files navigation

BangalCodePicker-Only BD, IN, UK, US Country Picker

Add it in your root build.gradle at the end of repositories:

Update Project(settings.gradle):

Step 1. Add it in your root settings.gradle at the end of repositories:

pluginManagement {
    repositories {
        google()
        mavenCentral()
        gradlePluginPortal()
    }
}
dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }
}

Old Project:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2.

Add the dependency
dependencies {
	          implementation 'com.github.n3o-d4rk3r:BangalCodePicker:1.0'
	}

Tags:

About

Android Implementation lib projects for the latest Bangladesh, India, United Kingdom & United States code picker library!

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages