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
352 stars 123 forks source link

Why Did this Go Missing off of JCenter? #47

Open johnnyb opened 2 months ago

johnnyb commented 2 months ago

This is no longer in jcenter. Is there a new location for it? Anyone know why it was removed?

seekerVs commented 1 month ago

It looks like the jcenter.bintray is no longer hosting this library. Use this implementation instead: implementation("com.github.controlwear:virtual-joystick-android:master")

Also, don't forget to use the following as repository in settings.gradle. maven { url = uri("https://jitpack.io")}