futuredapp / donut

Doughnut-like graph view capable of displaying multiple datasets with assignable colors
MIT License
546 stars 46 forks source link

Donut Depency causes the App not to build #81

Closed Young-Owl closed 2 years ago

Young-Owl commented 2 years ago

Hello! I'm a newbie when it comes to Android Studio and how it fully works, sorry if this is my fault! Any feedback or help would be appreciated if so.

When trying to install the dependency like explained on the README, I get around 7 failures. What I did was add the "Implementation" line inside the "dependencies" area (build.grade (Module)) and do a simple build to test if things would run without problems. I only added that line, nothing more.

FAILURE: Build completed with 7 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find app.futured.donut:donut:unspecified.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/app/futured/donut/donut/unspecified/donut-unspecified.pom
       - https://repo.maven.apache.org/maven2/app/futured/donut/donut/unspecified/donut-unspecified.pom
     Required by:
         project :app

For simplification purposes, I'll only post this one failure since the others are very similar to this one.

Thank you for the time.

Young-Owl commented 2 years ago

It was a mistake of mine, sorry for the trouble!

$version needs to be changed to the version wanted.