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

Websites holding the dependecies give 404 errors. #39

Open
Sai5810 opened this issue Dec 13, 2021 · 4 comments
Open

Websites holding the dependecies give 404 errors. #39

Sai5810 opened this issue Dec 13, 2021 · 4 comments

Comments

@Artman12
Copy link

I have 401 error

> Could not GET 'https://jitpack.io/io/github/controlwear/virtualjoystick/1.10.1/virtualjoystick-1.10.1.pom'. Received status code 401 from server: Unauthorized

@Progrsam
Copy link

Is there another way to get access to this library? @makowildcat @teancake

@zbas
Copy link

zbas commented Apr 18, 2024

@Progrsam you can use jitpack

If you follow the instructions there, add to settings.gradle dependency repositories:

maven { url 'https://jitpack.io' }

and in the build.gradle dependencies:

implementation 'com.github.controlwear:virtual-joystick-android:master-SNAPSHOT'

@seekerVs
Copy link

seekerVs commented Oct 3, 2024

The repository given by @zbas is not working in my project. Instead, I use the following:
implementation("com.github.controlwear:virtual-joystick-android:master")

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

5 participants