Skip to content
New issue

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

0.2.3 Version not found #54

Open
whoyawn opened this issue Jun 13, 2019 · 1 comment
Open

0.2.3 Version not found #54

whoyawn opened this issue Jun 13, 2019 · 1 comment

Comments

@whoyawn
Copy link

whoyawn commented Jun 13, 2019

I set up the repositories in my module build.gradle like so:

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
@whoyawn whoyawn changed the title Could I use this in a Java Android project? Version not found Jul 29, 2019
@whoyawn whoyawn changed the title Version not found 0.2.3 Version not found Jul 29, 2019
@RobVanGroenewoud
Copy link

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants