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
I set up the repositories in my module build.gradle like so:
build.gradle
buildscript { repositories { maven { url 'https://dl.bintray.com/netguru/maven/' } maven { url "https://jitpack.io" } } ... } ... dependencies { implementation "com.netguru.kissme:kissme-common:0.2.3" implementation "com.netguru.kissme:kissme-android:0.2.3" ... }
But I get an error when I'm syncing my gradle project:
ERROR: Failed to resolve: com.netguru.kissme:kissme-common:0.2.3 ERROR: Failed to resolve: com.netguru.kissme:kissme-android:0.2.3
The text was updated successfully, but these errors were encountered:
I ran into this as well, it looks like all previous releases are removed from this location: https://dl.bintray.com/netguru/maven/com/netguru/kissme/
It appears only to contain a non released 0.2.5 version with renamed artifacts (e.g. kissme-common -> common, kissme-android, etc.)
Sorry, something went wrong.
No branches or pull requests
I set up the repositories in my module
build.gradle
like so:But I get an error when I'm syncing my gradle project:
The text was updated successfully, but these errors were encountered: