I have been using the JFrog Bintray to upload/download Android libraries from the cloud. Recently I have noticed JFrog Bintray is sunsetting: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
So by May 1st 2021, I have to move to JFrog Platform. However, setting the environment is not straight forward.
What I need:
What I am confused:
It could be my lack of searching skills, but I cannot find any examples how to setup Android Studio to use JFrog Platform.
Local/remote repositories aren't related to cloud v.s. on-prem. You deploy artifacts to local repositories (and then you can download them). You download artifacts from remote repositories, which proxy central artifacts servers such as bintray & maven-central. You will still be able to use bintray for your remote repositories until February 1st 2022, see blog for details. Since you're working on a clean setup I recommend using maven-central. You can find details of how to setup a remote gradle repository in the official documentation, including a video at the bottom.