aboutsummaryrefslogtreecommitdiff
path: root/buildSrc/src/main
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-06-28 20:58:31 -0700
committerGitHub <noreply@github.com>2020-06-28 20:58:31 -0700
commitaee8e7e00ceb476c6653d6f8328f1b376d747c0d (patch)
tree2b4cf84f4bfce3f1391dafa1e210cfb6eab704fd /buildSrc/src/main
parent3a3dbbd3e57ecb49c6cc18d20cf2680725ccbfee (diff)
parent9a2f0cde424781ae8b33e05efc1a8d6954ece026 (diff)
downloadfrost-aee8e7e00ceb476c6653d6f8328f1b376d747c0d.tar.gz
frost-aee8e7e00ceb476c6653d6f8328f1b376d747c0d.tar.bz2
frost-aee8e7e00ceb476c6653d6f8328f1b376d747c0d.zip
Merge pull request #1690 from AllanWang/versions
Diffstat (limited to 'buildSrc/src/main')
-rw-r--r--buildSrc/src/main/kotlin/Versions.kt8
1 files changed, 3 insertions, 5 deletions
diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt
index 3e33e6f1..cf697cea 100644
--- a/buildSrc/src/main/kotlin/Versions.kt
+++ b/buildSrc/src/main/kotlin/Versions.kt
@@ -10,19 +10,17 @@ object Versions {
const val apacheCommonsText = "1.4"
// https://github.com/brianwernick/ExoMedia/releases
const val exoMedia = "4.3.0"
- // https://github.com/mockk/mockk/releases
- const val mockk = "1.9.3"
// https://github.com/jhy/jsoup/releases
const val jsoup = "1.13.1"
// https://square.github.io/okhttp/changelog/
- const val okhttp = "4.3.1"
+ const val okhttp = "4.7.2"
// https://developer.android.com/jetpack/androidx/releases/room
- const val room = "2.2.3"
+ const val room = "2.2.5"
// http://robolectric.org/getting-started/
const val roboelectric = "4.3"
// 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
- const val nodeGradle = "2.2.3"
+ const val nodeGradle = "2.2.4"
} \ No newline at end of file