Skip to content

Installation

Mojtaba Razaghi edited this page Sep 30, 2019 · 4 revisions

1. Add Jitpack to your Gradle(Project)

allprojects {
 repositories {
	...
	maven { url 'https://jitpack.io' }
      }
    }

2. Add the library to your Gradle(app) dependencies

dependencies {  
    ...  
    implementation 'com.github.G-Corporation:RetrofitHelper:1.1.6'
}

Retrofit Helper Documentation

Clone this wiki locally