标签: android gradle android-studio
我创建了android studio项目,现在我想用gradle将它发布到本地maven repo,以便它可以用作其他项目的依赖项。
搜索了很多但找不到解决方案。
试过:
apply plugin: 'maven-publish' //never succed