作者:简单式赞美 | 来源:互联网 | 2023-10-13 11:34
Please provide a Facebook AAR Artifact on maven central so that developers can use your SDK by just adding a line in the gradle dependencies and without having to use git submodules.
dependecies {
compile 'com.facebook:facebook-android-sdk:3.6.0'
}
Checkout this guide on how to publish on maven central your AARs:
http://gmariotti.blogspot.it/2013/09/publish-aar-file-to-maven-central-with.html
NOTE: there are people on the web providing their own personal maven repository for Facebook SDK[1]. I think an official repository should exist or, better, those AAR being published on maven.
[1] https://github.com/mente/facebook-api-android-aar
该提问来源于开源项目:facebook/facebook-android-sdk
Thank you