OfficeDev / Office-365-SDK-for-Android

Microsoft Services SDKs for Android produced by MS Open Tech.
https://dev.office.com/android
Other
224 stars 75 forks source link

Sharepoint-Services gradle dependency is not found #62

Closed cjgehinscott closed 9 years ago

cjgehinscott commented 9 years ago

The following gradle dependency for share point services is not found when adding it to my project: compile group: 'com.microsoft.services', name: 'sharepoint-services', version: '0.11.1', ext:'aar'

The error I get is:

Error:Failed to find: com.microsoft.services:sharepoint-services:0.11.1 Open File
Open in Project Structure dialog

Is there a newer version or an update coming?

marcote commented 9 years ago

Hi @cjgehinscott I just tested it and I was able to retrieve the dependency with a new Android App created from scratch. Used this :

compile(group: 'com.microsoft.services', name: 'sharepoint-services', version: '0.11.1', ext: 'aar') 

Can you check it again please?

cjgehinscott commented 9 years ago

Thank you for the response. It turns out the gradle dependency was being blocked by my company's firewall. All is well now!

marcote commented 9 years ago

Cool. Thanks