CountryCodePickerProject icon indicating copy to clipboard operation
CountryCodePickerProject copied to clipboard

Could not find com.hbb20:ccp:2.2.3.

Open nmssalman opened this issue 1 year ago • 1 comments

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

    }

nmssalman avatar Aug 21 '24 16:08 nmssalman

try use v2.7.0

waffiqaziz avatar Sep 25 '24 07:09 waffiqaziz