Skip to content

Latest commit

 

History

History
87 lines (74 loc) · 4 KB

README.md

File metadata and controls

87 lines (74 loc) · 4 KB

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: