diff options
Diffstat (limited to 'buildSrc/src')
-rw-r--r-- | buildSrc/src/main/kotlin/Versions.kt | 4 |
1 files 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 |