virtual-joystick-android
virtual-joystick-android copied to clipboard
Websites holding the dependecies give 404 errors.
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
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
Is there another way to get access to this library? @makowildcat @teancake
@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'