controlwear / virtual-joystick-android

This library provides a very simple and ready-to-use custom view which emulates a joystick for Android.
Apache License 2.0
351 stars 124 forks source link

Websites holding the dependecies give 404 errors. #39

Open Sai5810 opened 2 years ago

Sai5810 commented 2 years ago

Screenshot 2021-12-13 112549 Both websites lead to 404 errors. https://repo.maven.apache.org/maven2/io/github/controlwear/virtualjoystick/1.10.1/virtualjoystick-1.10.1.pom https://dl.google.com/dl/android/maven2/io/github/controlwear/virtualjoystick/1.10.1/virtualjoystick-1.10.1.pom

Artman12 commented 2 years ago

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 commented 1 year ago

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

zbas commented 5 months ago

@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 commented 22 hours ago

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