Skip to content

Retrofit with all necessary dependencies and proguard rules

License

Notifications You must be signed in to change notification settings

kakadu-dev/retrofit

Repository files navigation

retrofit

Release GitHub license

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'
    ...
}