Cannot build due to bintray down
Hi, As I understand, bintray is being deprecated, and now since yesterday I cannot build with the plugin because of this. Is there a fix or alternative package to use?
`FAILURE: Build failed with an exception.
- What went wrong: Could not determine the dependencies of task ':app:processDebugResources'.
Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. Could not resolve androidx.room:room-common:[2.2.5]. Required by: project :app > project :flutter_downloader > androidx.work:work-runtime:2.7.0-rc01 > androidx.room:room-runtime:2.2.5 > Failed to list versions for androidx.room:room-common. > Unable to load Maven meta-data from https://google.bintray.com/exoplayer/androidx/room/room-common/maven-metadata.xml. > Could not get resource 'https://google.bintray.com/exoplayer/androidx/room/room-common/maven-metadata.xml'. > Could not GET 'https://google.bintray.com/exoplayer/androidx/room/room-common/maven-metadata.xml'. Received status code 502 from server: Bad Gateway `
https://fluttercorner.com/could-not-get-https-google-bintray-com-exoplayer-com-google-android-gms-play-services-location-maven-metadata-xml-received-status-code-502-from-server-bad-gateway/ This one solved my issue and make compile and target SDK 30 in gradle file
@tigrenok00 Did you find the solution on this issue!!??
我的flutter版本是1.x,跟这一样的问题,请问解决了么,我是flutter新手
Closing because of lack of activity.