Answers for "retrofit use in android"

11

add retrofit dependency android

implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
Posted by: Guest on October-27-2020
2

retrofit dependency in android studio

// Retrofit
    implementation 'com.squareup.retrofit2:retrofit:2.6.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.6.0'
    implementation "com.squareup.okhttp3:logging-interceptor:4.5.0"
Posted by: Guest on May-03-2022
8

retrofit android

implementation 'com.squareup.retrofit2:retrofit:2.9.0'
Posted by: Guest on July-01-2020

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language