We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Info:
Code: build.gradle:
dependencies { (...) implementation 'io.github.kobakei:ratethisapp:1.0' }
settings.gradle:
pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() maven { url "https://jitpack.io" } } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url "https://jitpack.io" } } } rootProject.name = "app-name" include ':app'
Error:
Could not GET 'https://jitpack.io/io/github/kobakei/ratethisapp/1.0/ratethisapp-1.0.pom'. Received status code 401 from server: Unauthorized
It was tried with the dependency:
maven { url 'https://maven.aliyun.com/repository/jcenter' }
Unresolved dependencies Could not resolve io.github.kobakei:ratethisapp:1.0.
The text was updated successfully, but these errors were encountered:
master
Sorry, something went wrong.
Same error with version 1.1.1
I had the same error. The readme of the project says that the namespace was changed from com.kobakei to io.github.kobakei.
com.kobakei
io.github.kobakei
However, when looking for the package on jitpack (https://jitpack.io/#kobakei/Android-RateThisApp) the correct implementation seems to be:
implementation 'com.github.kobakei:Android-RateThisApp:Tag'
With Tag being the version (1.2.0, the latest, works as I am writing this message)
No branches or pull requests
Info:
Code:
build.gradle:
settings.gradle:
Error:
It was tried with the dependency:
Error:
The text was updated successfully, but these errors were encountered: