G
guest132789
Guest
I'm building an AAR and I want to include some libs in the AAR. I have mange to include some of the libs in my AAR and it works fine. However some libs I need to include this" maven { url "A.B.C "} " in the app who are using the AAR. My guess is that the libs aren't in the https://mvnrepository.com/.
I don't want to expose the libs that I am using for my AAR.
Is there a way include them without the maven { url "A.B.C "} ?
I don't want to expose the libs that I am using for my AAR.
Is there a way include them without the maven { url "A.B.C "} ?