一些基本的依赖

来源:互联网 发布:linux查询cpu使用率 编辑:程序博客网 时间:2024/06/06 12:59
imageloader的依赖包
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'

recyclerview依赖包
compile 'com.android.support:mediarouter-v7:25.0.0'
compile 'com.android.support:appcompat-v7:25.0.0'
compile 'com.android.support:recyclerview-v7:25.0.0'

OKhttp的依赖包
compile 'com.squareup.okio:okio:1.5.0'
compile 'com.squareup.okhttp3:okhttp:3.2.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'
compile 'com.google.code.gson:gson:2.8.2'

Banner的依赖
compile 'com.youth.banner:banner:1.4.9'

glide的依赖包
compile 'com.github.bumptech.glide:glide:3.7.0'

logger的依赖包:
compile 'com.orhanobut:logger:1.15'

xrecyclerView
compile 'com.jcodecraeer:xrecyclerview:1.3.2'

TextInputLayout的依赖
compile 'com.android.support:design:22.2.0'
compile 'com.android.support:appcompat-v7:22.2.0'

retrofit的一些依赖
compile 'com.squareup.retrofit2:retrofit:2.0.1'
compile 'com.squareup.retrofit2:converter-gson:2.0.1'
compile 'com.squareup.retrofit2:adapter-rxjava:2.0.1'
compile 'io.reactivex:rxandroid:1.1.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'

java8的一些依赖
jackOptions {
enabled true
}

compileOptions{
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

Freco的依赖
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.facebook.fresco:fresco:0.11.0'

GreenDao的依赖
compile'org.greenrobot:greendao:3.0.1'compile'org.greenrobot:greendao-generator:3.0.0'
EventBus的依赖
compile 'org.greenrobot:eventbus:3.0.0'

IJKPlayer
compile(name: 'ijkplayer-java-release', ext: 'aar')

butterknife

compile 'com.jakewharton:butterknife:6.1.0'   

原创粉丝点击