美文网首页
Retrofit和Rxjava相关的依赖

Retrofit和Rxjava相关的依赖

作者: 皓皓amous | 来源:发表于2019-06-18 16:52 被阅读0次

    // icon
    implementation 'com.mikepenz:iconics-core:2.8.1@aar'
    implementation 'com.mikepenz:ionicons-typeface:2.0.1.2@aar'

    //butterknife
    implementation 'com.jakewharton:butterknife:10.1.0'
    annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'
    
    
    
    //retrofit
    implementation 'com.squareup.retrofit2:retrofit:2.4.0'
    implementation 'com.squareup.retrofit2:adapter-rxjava:2.1.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
    
    // okHttp
    implementation 'com.squareup.okhttp3:okhttp:3.4.1'
    implementation 'com.squareup.okhttp3:logging-interceptor:3.4.1'
    
    
    //picasso
    implementation 'com.squareup.picasso:picasso:2.5.2'
    
    //dagger2
    
    implementation 'com.google.dagger:dagger:2.19'
    annotationProcessor 'com.google.dagger:dagger-compiler:2.19'

    相关文章

      网友评论

          本文标题:Retrofit和Rxjava相关的依赖

          本文链接:https://www.haomeiwen.com/subject/hdxqqctx.html