Commit 7fc4b04a by sikang

test

parent e4d870d9
......@@ -53,38 +53,38 @@ dependencies {
implementation "com.android.support:recyclerview-v7:26.1.0"
//QMUI
implementation 'com.qmuiteam:qmui:1.1.3'
compile 'com.qmuiteam:qmui:1.1.3'
//Eventbus
implementation 'org.greenrobot:eventbus:3.0.0'
compile 'org.greenrobot:eventbus:3.0.0'
//SmartRefresh
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-14'
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-14'
// compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0-alpha-14'//没有使用特殊Header,可以不加这行
//Gson
implementation 'com.google.code.gson:gson:2.8.2'
compile 'com.google.code.gson:gson:2.8.2'
//rxjava
implementation "io.reactivex.rxjava2:rxjava:2.2.1"
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
compile "io.reactivex.rxjava2:rxjava:2.2.1"
compile 'io.reactivex.rxjava2:rxandroid:2.1.0'
//rxpermissions
implementation 'com.github.tbruyelle:rxpermissions:0.10.2'
compile 'com.github.tbruyelle:rxpermissions:0.10.2'
//rxLifrCycle
implementation 'com.trello.rxlifecycle2:rxlifecycle-components:2.1.0'
compile 'com.trello.rxlifecycle2:rxlifecycle-components:2.1.0'
// glide
implementation "com.github.bumptech.glide:glide:3.7.0"
compile "com.github.bumptech.glide:glide:3.7.0"
//retrofit
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
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'
//camerakit
implementation 'com.wonderkiln:camerakit:0.13.1'
compile 'com.wonderkiln:camerakit:0.13.1'
//facebook accountKit
implementation 'com.facebook.android:account-kit-sdk:4.37.0'
compile '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