How to make an Android Library available via build.gradle?

前端 未结 3 1479
感动是毒
感动是毒 2021-01-14 16:30

I made an android library that I\'d like upload to make it available for all the android devs via build.gradle. I\'ve followed these steps and these steps, but this is the f

3条回答
  •  無奈伤痛
    2021-01-14 16:57

    Follow these instructions : http://gmariotti.blogspot.in/2013/09/publish-aar-file-to-maven-central-with.html , https://github.com/chrisbanes/gradle-mvn-push

提交回复
热议问题