• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Can you wrap thrid party libs in a AAR without expose them ?

  • Thread starter Thread starter guest132789
  • Start date Start date
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 "} ?
 
Back
Top Bottom