|
@@ -47,18 +47,18 @@ dependencies {
|
47
|
47
|
|
48
|
48
|
//RX JAVA
|
49
|
49
|
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
|
50
|
|
- implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
50
|
+ implementation 'com.squareup.retrofit2:adapter-rxjava2:2.9.0'
|
51
|
51
|
|
52
|
52
|
//GSON
|
53
|
|
- implementation 'com.google.code.gson:gson:2.8.5'
|
|
53
|
+ implementation 'com.google.code.gson:gson:2.8.6'
|
54
|
54
|
|
55
|
55
|
//OKHTTP
|
56
|
|
- implementation 'com.squareup.okio:okio:2.1.0'
|
57
|
|
- implementation 'com.squareup.okhttp3:okhttp:3.12.0'
|
58
|
|
- implementation 'com.squareup.okhttp3:logging-interceptor:3.11.0'
|
|
56
|
+ implementation 'com.squareup.okio:okio:2.7.0-alpha.lockfree.1'
|
|
57
|
+ implementation 'com.squareup.okhttp3:okhttp:4.7.2'
|
|
58
|
+ implementation 'com.squareup.okhttp3:logging-interceptor:4.7.2'
|
59
|
59
|
|
60
|
60
|
//RETROFIT
|
61
|
|
- implementation 'com.squareup.retrofit2:converter-gson:2.6.0'
|
|
61
|
+ implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
|
62
|
62
|
|
63
|
63
|
//Circle Image
|
64
|
64
|
implementation 'de.hdodenhof:circleimageview:3.1.0'
|