I am trying to install HoloGraphLibrary in my Android project. But I get this message every time I synchronize gradle:
Error: Configuration with name 'default' not found.
Here is my Android menu With libraries folder:
-app
-build
-libraries
-HoloGraphLibrary
-.settings
-res
-src
AndroidManifest.xml
build.gradle
HoloGraphLibrary.iml
HoloGraphLibrary-HoloGraphLibrary.iml
LICENSE.txt
NOTICE.txt
proguard-project.txt
project.proprieties
-libs
-src
build.gradle
app.iml
.gitignore
proguard-rules.pro
Here is the build.gradle example of my application:

And here are the .gradle settings:
include ':app'
include ':libraries:HoloGraphLibrary'
I give you the build.gradle of the HoloGraphLibrary library to see:

So, here I am, stuck in this error, after reading all the other messages about this error, everyone says to see if there is build.gradle in the library folder, which is ok here. Others say that there is a line in the code, but I donβt know which one ... So, I am here because it is a school project and I need to draw some graphics with this library. Therefore, if someone knows how to solve it, thanks.
, . , , .