From 05f0f0f07afb42ef5dc54f8db7c3dfdc88660603 Mon Sep 17 00:00:00 2001 From: hstorz Date: Thu, 9 Dec 2021 13:50:10 +0100 Subject: [PATCH] Use mavenCentral instead of bintray --- android/build.gradle | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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() }