hbb20 / CountryCodePickerProject

Country Code Picker (CCP) is an android library which provides an easy way to search and select country or international phone code. Also supports Android EditText phone mask and international phone validation.
Apache License 2.0
1.52k stars 505 forks source link

Could not find com.hbb20:ccp:2.2.3. #610

Open nmssalman opened 2 months ago

nmssalman commented 2 months ago
Could not find com.hbb20:ccp:2.2.3.
Required by:
    project :app
Search in build.gradle files

I started to get this error for suddenly.

ext.kotlin_version = '1.6.21'
    repositories {
        google()
        mavenCentral()
        jcenter()
        maven { url 'https://maven.google.com'}
//        maven { url 'https://jcenter.bintray.com/'}

        maven {
            url = uri("https://plugins.gradle.org/m2/")
        }
        maven { url "https://jitpack.io" }

    }
waffiqaziz commented 1 month ago

try use v2.7.0