~singpolyma/cheogram-android

05c3e047f6c9b8e789f182d2c9455cf0240d5835 — Daniel Gultsch 4 years ago 471b02c
fix retrofit to 2.6.x
1 files changed, 4 insertions(+), 6 deletions(-)

M build.gradle
M build.gradle => build.gradle +4 -6
@@ 66,12 66,10 @@ dependencies {
    implementation 'org.conscrypt:conscrypt-android:2.2.1'
    implementation 'me.drakeet.support:toastcompat:1.1.0'
    implementation "com.leinardi.android:speed-dial:2.0.1"
    implementation("com.squareup.retrofit2:retrofit:2.7.1") {
        exclude group: "com.squareup.okhttp3", "module": "okhttp"
    }
    implementation("com.squareup.retrofit2:converter-gson:2.7.1") {
        exclude group: "com.squareup.okhttp3", "module": "okhttp"
    }
    //retrofit needs to stick with 2.6.x (https://github.com/square/retrofit/blob/master/CHANGELOG.md)
    implementation "com.squareup.retrofit2:retrofit:2.6.4"
    implementation "com.squareup.retrofit2:converter-gson:2.6.4"
    //okhttp needs to stick with 3.12.x
    implementation 'com.squareup.okhttp3:okhttp:3.12.7'
    implementation 'com.google.guava:guava:27.1-android'
    quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.11.1'