Commit eec5c553 by sikang

test

parent 28b085a3
......@@ -53,38 +53,38 @@ dependencies {
implementation "com.android.support:recyclerview-v7:26.1.0"
//QMUI
compile 'com.qmuiteam:qmui:1.1.3'
api 'com.qmuiteam:qmui:1.1.3'
//Eventbus
compile 'org.greenrobot:eventbus:3.0.0'
api 'org.greenrobot:eventbus:3.0.0'
//SmartRefresh
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-14'
// compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0-alpha-14'//没有使用特殊Header,可以不加这行
api 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-14'
// api 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0-alpha-14'//没有使用特殊Header,可以不加这行
//Gson
compile 'com.google.code.gson:gson:2.8.2'
api 'com.google.code.gson:gson:2.8.2'
//rxjava
compile "io.reactivex.rxjava2:rxjava:2.2.1"
compile 'io.reactivex.rxjava2:rxandroid:2.1.0'
api "io.reactivex.rxjava2:rxjava:2.2.1"
api 'io.reactivex.rxjava2:rxandroid:2.1.0'
//rxpermissions
compile 'com.github.tbruyelle:rxpermissions:0.10.2'
api 'com.github.tbruyelle:rxpermissions:0.10.2'
//rxLifrCycle
compile 'com.trello.rxlifecycle2:rxlifecycle-components:2.1.0'
api 'com.trello.rxlifecycle2:rxlifecycle-components:2.1.0'
// glide
compile "com.github.bumptech.glide:glide:3.7.0"
api "com.github.bumptech.glide:glide:3.7.0"
//retrofit
compile 'com.squareup.retrofit2:retrofit:2.4.0'
compile 'com.squareup.retrofit2:converter-gson:2.4.0'
compile 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
api 'com.squareup.retrofit2:retrofit:2.4.0'
api 'com.squareup.retrofit2:converter-gson:2.4.0'
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
//camerakit
compile 'com.wonderkiln:camerakit:0.13.1'
api 'com.wonderkiln:camerakit:0.13.1'
//facebook accountKit
compile 'com.facebook.android:account-kit-sdk:4.37.0'
api 'com.facebook.android:account-kit-sdk:4.37.0'
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment