retrofit Retrofit with all necessary dependencies and proguard rules Add to your build.gradle: repositories { maven { url 'https://jitpack.io' } } dependencies { implementation 'com.github.kakadu-dev:retrofit:1.3.5' ... }