Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经用 android 模块(aar)构建了 SDK。如何公开分发 SDK。即我想通过 Gradle build 下载这个而不提供凭据
例子 implementation 'com.squareup.dagger:dagger:1.2.2'
implementation 'com.squareup.dagger:dagger:1.2.2'
按照本指南,我在 jcenter() 中全局上传我的 SDK
https://medium.com/swlh/android-library-kotlin-creation-access-deploy-problems-fixes-everything-you-want-to-c1a1701f0e8f
任何人都需要帮助ping我。