Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

retrofit implementation

dependencies {
    implementation "com.google.code.gson:gson:2.8.7"
    implementation "com.squareup.retrofit2:retrofit:2.9.0"
    implementation "com.squareup.retrofit2:converter-gson:2.9.0"

}
Source by guides.codepath.com #
 
PREVIOUS NEXT
Tagged: #retrofit #implementation
ADD COMMENT
Topic
Name
4+1 =