## Report Yes, I have searched [existing issues](https://github.com/CatalystCode/react-native-azurenotificationhub/issues) and this is not a duplicate. ## Environment <!-- Which platforms does this issue apply (Android/iOS/Windows)? --> - Platforms: Android <!-- [Android] Which version of 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.