virtual-joystick-android icon indicating copy to clipboard operation
virtual-joystick-android copied to clipboard

Websites holding the dependecies give 404 errors.

Open Sai5810 opened this issue 3 years ago • 4 comments

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

Sai5810 avatar Dec 13 '21 16:12 Sai5810

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

Artman12 avatar Mar 16 '22 08:03 Artman12

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

Progrsam avatar Apr 13 '23 17:04 Progrsam

@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'

zbas avatar Apr 18 '24 16:04 zbas