You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2018. It is now read-only.
Please change api to implementation, because some of the dependency libraries used by "SimpleApiClient" are not the latest version, prevents conflicts between library versions and app versions.
dependencies {
api deps.support.appcompat
api deps.kotlin.stdlib
api deps.rxJava2
api deps.rxAndroid
api deps.retrofit2.core
api deps.retrofit2.converterGson
api deps.retrofit2.adapterRxJava2
api deps.okhttp3.logging
api deps.gson
implementation deps.stetho.core
implementation deps.stetho.okhttp3
implementation deps.autodispose.android
implementation deps.autodispose.arch
}