An open API service indexing awesome lists of open source software.

https://github.com/boybeak/safecallapp

Make retrofi call safe to memory leak
https://github.com/boybeak/safecallapp

Last synced: over 1 year ago
JSON representation

Make retrofi call safe to memory leak

Awesome Lists containing this project

README

          

# SafeCall [ ![Download](https://api.bintray.com/packages/boybeak/nulldreams/safe-call/images/download.svg) ](https://bintray.com/boybeak/nulldreams/safe-call/_latestVersion)

## Install
```groovy
allprojects {
repositories {
google()
jcenter()
}
}
```

Retrofit[ ![Retrofit](https://api.bintray.com/packages/bintray/jcenter/com.squareup.retrofit2%3Aretrofit/images/download.svg) ](https://bintray.com/bintray/jcenter/com.squareup.retrofit2%3Aretrofit/_latestVersion)
```groovy
implementation 'com.squareup.retrofit2:retrofit:$last_retrofit_version'
implementation 'com.github.boybeak:safe-call:$last_version'
```