OfficeDev / Office-365-SDK-for-Android

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

Cannot resolve gradle dependencies #87

Closed cjgehinscott closed 9 years ago

cjgehinscott commented 9 years ago

Grade can't resolve the new version bump.

screen shot 2015-06-05 at 3 43 35 pm screen shot 2015-06-05 at 3 43 43 pm

marcote commented 9 years ago

Hi @cjgehinscott . Artifacts have not been synced with jcenter yet. We're waiting for approval. In the mean time, please add the following lines into the repositories closure. The result should be something like this:

repositories {
    maven {
        url  "http://dl.bintray.com/msopentech/Maven" 
    }
}

I think the artifacts will sync with jcenter in some hours.

marcote commented 9 years ago

We just got the approval. Please try again.

cjgehinscott commented 9 years ago

I'm still getting the same error. Does it take a little bit once the sync happens for it to be accessible?  It wasn't working with the repository url added too.

joshgav commented 9 years ago

Looks like it's our fault - the top line should be com.microsoft.orc:orc-engine-android:0.14.1@aar Note that we may go to com.microsoft.services for the next release.

joshgav commented 9 years ago

Confirmed working now. Thanks @cjgehinscott for noting this right away!

cjgehinscott commented 9 years ago

Got it working. Thanks for your quick responses today, you guys are doing a great job!!

On Jun 05, 2015, at 06:59 PM, Josh Gavant notifications@github.com wrote:

Confirmed working now. Thanks @cjgehinscott for noting this right away! — Reply to this email directly or view it on GitHub.