Tamicer / Novate

A safety client by Https for android, (Android网络框架,基于Retrofit和RxJava打造的链式网络库, 支持okhttp的调用风格,又兼容Retrofit API,并支持rxJava链式操作)
Apache License 2.0
1.43k stars 268 forks source link

Error:(29, 13) Failed to resolve: com.tamic.novate:novate:1.5.4.3 #71

Closed wangsongbin001 closed 6 years ago

wangsongbin001 commented 6 years ago

project:
repositories { jcenter() maven { url "https://jitpack.io" } } module: dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:23.1.0' compile 'com.tamic.novate:novate:1.5.4.3' }

Tamicer commented 6 years ago

试试 compile 'com.tamic.novate:novate:1.5.4.5'