标签: android azure azure-notificationhub
我正在关注Microsoft documentation的Push Notification,但是当我尝试实现该lib时,它不起作用。
implementation 'com.microsoft.azure:notification-hubs-android-sdk:0.6@aar'
那是我得到的唯一错误:
Failed to resolve: com.microsoft.azure:notification-hubs-android-sdk:0.6
答案 0 :(得分:1)
您需要在“依赖项”部分之后添加以下存储库。
repositories { maven { url "https://dl.bintray.com/microsoftazuremobile/SDK" } }