I am trying to build an aar file with gradle that has remote dependencies. An example build script is below. As you can see I have two dependencies. The problem I\'m having
try using the transitive attribute:
transitive
compile ('group_id:artifact_id:version_name@aar'){ transitive = true }