From 58bec7f2c9e0343dd5b69e27125827d55dba002e Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Fri, 14 Jun 2019 22:38:37 -0700 Subject: [PATCH] Update dependencies --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'