【问题标题】:How to publish android library that can be easily used by other people? [duplicate]如何发布其他人可以轻松使用的android库? [复制]
【发布时间】:2015-06-24 08:40:26
【问题描述】:

可以通过 gradle 轻松使用第三方库。例如,以下允许我在我的应用程序中使用 Retrofit。

   dependencies {
       compile 'com.squareup.retrofit:retrofit:1.9.0'
   }

如何发布我自己的 Android 库,以便其他人可以以类似的方式使用它?

【问题讨论】:

    标签: android gradle android-library


    【解决方案1】:
    猜你喜欢
    • 2015-09-10
    • 2019-07-11
    • 1970-01-01
    • 2014-02-21
    • 2012-06-30
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多