How to make my android library lower functional dependencies in the client project?

0

Well I want to tell you my problem. I made a library which is already in a maven repository and when I integrate the dependency of my library to an empty project, it is downloaded normally and integrated into the application, but there is a problem ... The dependencies that I included in the library seem not saved in the client's project and I get the following error:

My intention would be to establish the dependencies that the library should download and use to function and make use of it without problem when the client downloads the library.

    
asked by Nahuel Albornoz 09.05.2018 в 16:45
source

0 answers