I tried to include retrofit library in android studio 2.2.3. I added the following line in gradle
compile 'com.squareup.retrofit2:retrofit:2.3.0'
But it is giving me the following error :
Failed to resolve: com.squareup.retrofit2:retrofit:2.3.0
What is the solution?