SafeCall Install allprojects { repositories { google() jcenter() } } Retrofit implementation 'com.squareup.retrofit2:retrofit:$last_retrofit_version' implementation 'com.github.boybeak:safe-call:$last_version'