We ship an android sdk (aar) file to the customer. Our code internally uses two 3rd party aar's which we have in our repo and gradle references it at run time. My question is that how do I ship these dependencies to the customer? As in if I dont want to give them those 3rd party aar's, how can I embed those two aar's within my aar. Till now we were using: https://github.com/adwiv/android-fat-aar.
This doesn't work now, so looking for parallel/better ways of solving the problem.