Description
Report
Yes, I have searched existing issues and this is not a duplicate.
Environment
- Platforms: Android
- Android version: API 23 and above
Issues and Steps to Reproduce
Installed react-native-azurenotificationhub library, added steps to install on Android.
Added 'https://dl.bintray.com/microsoftazuremobile/SDK' in repos as per https://github.com/CatalystCode/react-native-azurenotificationhub/blob/master/docs/android-installation.md
allprojects {
repositories {
...
maven { url 'https://dl.bintray.com/microsoftazuremobile/SDK' }
}
}
Expected Behavior
The repositories should be downloaded and work as expected
Actual Behavior
Could not get resource 'https://dl.bintray.com/microsoftazuremobile/SDK/com/huawei/hms/update/2.0.6.302/update-2.0.6.302.pom'.
Could not GET 'https://dl.bintray.com/microsoftazuremobile/SDK/com/huawei/hms/update/2.0.6.302/update-2.0.6.302.pom'. Received status code 502 from server: Bad Gateway
This was working till the last week. Now it has started failing. Please check.