自己的gradle记录下

来源:互联网 发布:不屑一顾是相思 知乎 编辑:程序博客网 时间:2024/05/16 08:00
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.cjj.materialrefeshlayout:library:1.3.0'
compile 'com.facebook.fresco:fresco:1.4.0'
compile 'com.github.eluleci:flatui:3.0.0'
//Retrofit通过GSON将结果转换为Bean对象compile 'com.squareup.retrofit2:converter-gson:2.3.0'//让Retrofit支持RxJavacompile 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'//RxJavacompile 'io.reactivex.rxjava2:rxandroid:2.0.1'compile 'io.reactivex.rxjava2:rxjava:2.1.0'//Retrofitcompile 'com.squareup.retrofit2:retrofit:2.3.0'compile 'com.squareup.okhttp3:okhttp:3.8.0'compile 'com.squareup.okhttp3:logging-interceptor:3.8.1'
// RxLifecyclecompile 'com.trello.rxlifecycle2:rxlifecycle-components:2.1.0'

原创粉丝点击