简体   繁体   中英

Azure notification hub dependencies not working

I'm following the Microsoft documentation for Push Notification, but when I tried to implement the lib, its not working.

implementation 'com.microsoft.azure:notification-hubs-android-sdk:0.6@aar'

Thats the only error that I get :

Failed to resolve: com.microsoft.azure:notification-hubs-android-sdk:0.6

You need to add the following repository after the dependencies section.

repositories {
    maven {
        url "https://dl.bintray.com/microsoftazuremobile/SDK"
    }
}

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM