如何通过Android Studio发布library到jCenter和Maven Central
【译】在AndroidStudio里,如果你想引入任何library到自己的项目中,只需要很简单的在module的build.gradle文件中添加一行依赖。dependencies{compile'com.inthecheesefactory.thecheeselibrary:fb-like:0.9.3'}就是这么简单,library已经可以在自己的项目中使用。这看起来非常酷,但你也许会好奇An