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

Gradle Error: Failed to resolve: com.github.blackcat27:library:1.0.2-SNAPSHOT #4

Closed
phihos opened this issue Mar 8, 2015 · 4 comments

Comments

@phihos
Copy link

phihos commented Mar 8, 2015

Hi,

first of all, thank you for your work. You seem to be the only one, who made a simple currency EditText for Android.

Your code does not seem to be available on maven central. I could also not find it by browsing through http://search.maven.org/. So I guess your repository there might have been deleted for some reason. Could you fix this?

@BlacKCaT27
Copy link
Owner

Hi,
Yes, I wrote it.

I've been using it from maven with no issue. Please try with the latest
version (1.1.0). I may have forgotten to update the readme, and if so I'm
sorry about that.

I'll double check on to package in a bit. I'll admit I'm a bit green to
hosting code with maven, so it's very possible there's something I've
missed.

For now, please try the latest version and let me know if that helps.

-Josh
On Mar 8, 2015 3:18 PM, "phihos" notifications@github.com wrote:

Hi,

first of all, thank you for your work. You seem to be the only one, who
made a simple currency EditText for Android.

Your code does not seem to be available on maven central. I could also not
find it by browsing through http://search.maven.org/. So I guess your
repository there might have been deleted for some reason. Could you fix
this?


Reply to this email directly or view it on GitHub
#4.

@BlacKCaT27
Copy link
Owner

Just double-checked the repo and it's definitely there.

https://oss.sonatype.org/content/repositories/snapshots/com/github/blackcat27/library/

Not sure why 1.0.2 never showed up (or why I never caught that when updating the readme...). But v1.1.0 is there and working. Please let me know if you're still having issues.

@juliomarcos
Copy link

I was only able to use it after adding the following snippet to my app level build.gradle

repositories {
mavenCentral()
maven {
url 'http://oss.sonatype.org/content/repositories/snapshots'
}
}

@BlacKCaT27
Copy link
Owner

Closing issue as I haven't heard anymore on this and I'm able to use mavencentral with no issue. If anyone is still having problems please feel free to open another ticket.

Also please check that you're using the latest version (1.1.2).

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

3 participants