Open johnnyb opened 2 months 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")}
This is no longer in jcenter. Is there a new location for it? Anyone know why it was removed?