With the move to Android Studio 4.2, there is now a warning on builds to move off of jcenter() as a repository. Doing this causes a build failure for me for android-adapters version 4.0.0
What other repository has this other than jcenter()? What is the gradle setup to access it?
Thanks!