mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-16 11:11:03 +01:00
adding some dependancies
This commit is contained in:
parent
5a91fb0368
commit
3b0e34f7cc
@ -25,4 +25,12 @@ dependencies {
|
|||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
||||||
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
||||||
|
|
||||||
|
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
|
||||||
|
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
|
||||||
|
implementation 'com.squareup.retrofit2:converter-simplexml:2.4.0'
|
||||||
|
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
||||||
|
|
||||||
|
implementation 'com.github.bumptech.glide:glide:4.8.0'
|
||||||
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user