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
- Host: GitHub
- URL: https://github.com/boybeak/safecallapp
- Owner: boybeak
- Created: 2021-02-08T12:29:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T17:59:25.000Z (over 5 years ago)
- Last Synced: 2025-02-06T01:47:59.313Z (over 1 year ago)
- Language: Java
- Size: 154 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SafeCall [  ](https://bintray.com/boybeak/nulldreams/safe-call/_latestVersion)
## Install
```groovy
allprojects {
repositories {
google()
jcenter()
}
}
```
Retrofit[  ](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'
```