diff --git a/android/build.gradle b/android/build.gradle index f7ff4b8e..70c6ef0c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,12 +25,10 @@ dependencies { implementation 'com.facebook.react:react-native:+' implementation 'com.google.firebase:firebase-messaging:17.6.0' implementation 'com.android.support:appcompat-v7:28.0.0' - implementation 'com.microsoft.azure:notification-hubs-android-sdk:0.6@aar' + implementation 'com.microsoft.azure:notification-hubs-android-sdk:0.6' } repositories { - maven { - url "http://dl.bintray.com/microsoftazuremobile/SDK" - } + mavenCentral() }