diff --git a/app/build.gradle b/app/build.gradle index 49a15dfd7..d158d781d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,7 +83,7 @@ dependencies { implementation "com.squareup.retrofit2:converter-moshi:${vRetrofit}" implementation "com.squareup.retrofit2:adapter-rxjava2:${vRetrofit}" - def vOkHttp = "3.12.0" + def vOkHttp = "3.12.3" implementation "com.squareup.okhttp3:okhttp:${vOkHttp}" implementation "com.squareup.okhttp3:logging-interceptor:${vOkHttp}" @@ -99,7 +99,7 @@ dependencies { replacedBy('com.github.topjohnwu:room-runtime') } } - def vRoom = "2.1.0-rc01" + def vRoom = "2.1.0" implementation "com.github.topjohnwu:room-runtime:${vRoom}" implementation 'androidx.constraintlayout:constraintlayout:1.1.3'