Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 504 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 504 Bytes

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