Android Studio Download Link Value Source
abstract class AndroidStudioDownloadLinkValueSource : ValueSource<String, AndroidStudioDownloadLinkValueSource.Parameters>
Fetches the Android Studio releases list from GradleProperties.ProductsReleasesAndroidStudioUrl and finds the release matching the Parameters.androidStudioVersion. From the resolved AndroidStudioReleases.Item, filters out the AndroidStudioReleases.Item.Download.link matching current OS and architecture.