The setup instructions at https://github.com/clover/remote-pay-android-go
Under Initial SDK Setup, it say that in your project’s build.gradle file under buildscript, make the following changes and says to add "jcenter()" in the "repositories{}" part.
Android Studio build says that jcenter() is deprecated.
I've been reading and it's not clear if jcenter is going away, soon or next year.
Are there plans to update to move whatever is being used in jcenter to another repository?