Sloaix / Apollo

🚀 Awesome EventBus by RxJava.
https://lsxiao.github.io/Apollo/
Apache License 2.0
332 stars 36 forks source link

你好我在集成的时候出现问题 #20

Closed GGjin closed 6 years ago

GGjin commented 6 years ago

说是下载不了

我是这么配置的

def apolloVersion = "1.0.1-fix"
apollo = [
        //Apollo的核心库
        core     : "com.github.lsxiao.Apollo:core:$apolloVersion",
        processor: "com.github.lsxiao.Apollo:processor:$apolloVersion",
        //IPC,如不需要可以不依赖
        ipc      : "com.github.lsxiao.Apollo:ipc:$apolloVersion"
]

然后在 app的gradle中

implementation apollo.core
kapt apollo.processor

这个仓库也添加了

maven { url "https://jitpack.io" }
GGjin commented 6 years ago

现在搞好了