WheelView icon indicating copy to clipboard operation
WheelView copied to clipboard

Failed to resolve: com.github.psuzn:WheelView:1.0.2

Open eos1d3 opened this issue 1 year ago • 1 comments

Since I am using Gradle 8, I modified settings.gradle (Project Settings) to

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

And modified build.gradle (Module:app)

dependencies {
    ....
    implementation 'com.github.psuzn:WheelView:1.0.2'
}

After sync, it shows Failed to resolve: com.github.psuzn:WheelView:1.0.2

Any wrong with this?

eos1d3 avatar Apr 20 '23 23:04 eos1d3

Maybe the jetpack is down, it has been happed a few times in the last couple of weeks.

psuzn avatar Apr 21 '23 09:04 psuzn