maven - Upload AAR ( with transitive dependencies ) to SonaType from a private Github repository using Gradle -


here in company we're building player sdk android using gmf , exoplayer transitive dependencies , see 1 best strategy upload maven repository ( have sonatype account ) allow our clients download simple compile command.

we've been searching online couldn't reach "perfect" or "ideal" solution. came across "gradle-mvn-push" plugin looks it's deprecated. did come across problem? how did solve it?

thanks =)


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -