OneDrive / onedrive-sdk-android

OneDrive SDK for Android!
https://dev.onedrive.com
Other
148 stars 52 forks source link

Package is no longer available from JCenter #171

Closed peeveen closed 1 month ago

peeveen commented 2 months ago

Now that that sun has finally set on JCenter, it appears that this package has not been moved over to Maven Central, and so is completely unavailable (unless you luckily have a cached copy of the JAR/AAR on a machine somewhere).

wikirsch commented 2 months ago

Unfortunately, I can no longer compile my app that uses the OneDrive SDK for Android. Does anyone have an idea how this problem could be solved?

peeveen commented 2 months ago

Unfortunately, I can no longer compile my app that uses the OneDrive SDK for Android. Does anyone have an idea how this problem could be solved?

@wikirsch

I still had a copy of the necessary files cached locally. If you want them, they're in the app/obsoleteLibs folder in this project.

Have a look at the build.gradle and app/build.gradle files for how I've had to reference them now (the flatDir and @aar parts).

wikirsch commented 2 months ago

@peeveen Thank you so much!! This saved my project.

baywet commented 1 month ago

Thank you for reaching out and for your patience. This SDK is being officially deprecated. See #172 for more information