I am building my Android projects with Azure pipelines, but I'm still copy pasting aar files from libraries to apps. How do I publish my libs in a private package manager, so I can use them in my apps?
With c# / nuget I got this working easily. Feeds seem to support Maven/Gradle, but I don't see how I can push my libs into a feed (builds are successfull). What's the "nuget push" equivalent?
I find alot about how to sign/publish apps, and documentation on how to do it with Xamarin, which uses ... nuget. Do I need to write Grade / Maven stuff myself, eventhough pipeline tasks are all over the place and there's a DevOps for Mobile youtube series (Xamarin)?
Please point me in the direction of some not outdated documentation and/or how I can learn what to put in my yaml files.