From 1cc6fd728c2566d4b99237f08f4b924159c20f5f Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 3 Oct 2020 19:32:26 -0700 Subject: Update frost specific versions --- buildSrc/src/main/kotlin/Versions.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index cf697cea..6ed9d7b9 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -14,11 +14,11 @@ object Versions { // https://github.com/jhy/jsoup/releases const val jsoup = "1.13.1" // https://square.github.io/okhttp/changelog/ - const val okhttp = "4.7.2" + const val okhttp = "4.9.0" // https://developer.android.com/jetpack/androidx/releases/room const val room = "2.2.5" // http://robolectric.org/getting-started/ - const val roboelectric = "4.3" + const val roboelectric = "4.4" // https://github.com/davemorrissey/subsampling-scale-image-view#quick-start const val scaleImageView = "3.10.0" // https://github.com/node-gradle/gradle-node-plugin/releases -- cgit v1.2.3