/SafeCallApp

Make retrofi call safe to memory leak

Primary LanguageJava

SafeCall Download

Install

allprojects {
    repositories {
        google()
        jcenter()
    }
}

Retrofit Retrofit

implementation 'com.squareup.retrofit2:retrofit:$last_retrofit_version'
implementation 'com.github.boybeak:safe-call:$last_version'