-
Notifications
You must be signed in to change notification settings - Fork 365
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
not present in maven central #12
Comments
Yeah I support this too. @chtiboss2 looks like someone else uploaded their version to http://search.maven.org/#search%7Cga%7C1%7Candroid-gesture-detectors |
How should it be in the "build.gradle" file then? |
@AndroidDeveloperLB |
@agap Is it actually the same? I tried 0.0.4 and it crashed on some gestures (I haven't kept the exceptions). |
@agap Doesn't work. It says : Error:(26, 13) Failed to resolve: com.ryanharter.android-gesture-detectors:library:0.0.1 |
@AndroidDeveloperLB make sure that |
@agap I'm not sure where exactly should I put those.
? |
@AndroidDeveloperLB that's the content of the top-level build file; you should have
You can have other repos here, just make sure you included sonatype. After that you can try to build again. |
@agap So which is the correct version?
and if I got up a few lines, I see this:
As if there was a collision of resources that it couldn't handle... Would it help if I tell you which project I'm trying this on? |
The com.ryanharter 0.0.4 (https://mvnrepository.com/artifact/com.ryanharter.android-gesture-detectors/library/0.0.4) is NOT the same code as the code here; it bombs with NPE on touch events. There are only 5 classes, so you can just do a text copy / paste and you'll know what you're getting, as opposed to accepting some random code in your project. |
I second what @sengsational says. This old builds were based on this, but I don't maintain them anymore. We recently got some new management on this project so I'd recommend using the code here. |
I updated the project to make use of Jitpack.io. Please see the README.md for more information. I hope this is working for you all. Now closing this issue. |
Is it possible to upload them in maven central please?
The text was updated successfully, but these errors were encountered: