aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-02-08 11:59:43 -0800
committerAllan Wang <me@allanwang.ca>2020-02-08 11:59:43 -0800
commit9be02fb408ebcb5cea8c06bf0c9d0658f4a3237f (patch)
tree3e746e7a4ee385cd9f2b3519752117ea51f254e9 /buildSrc
parenta785dcebc19b3faa978d04f392df324621ea4502 (diff)
downloadfrost-9be02fb408ebcb5cea8c06bf0c9d0658f4a3237f.tar.gz
frost-9be02fb408ebcb5cea8c06bf0c9d0658f4a3237f.tar.bz2
frost-9be02fb408ebcb5cea8c06bf0c9d0658f4a3237f.zip
Update versions
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/kotlin/Versions.kt12
1 files changed, 6 insertions, 6 deletions
diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt
index fb7d764e..aaa128b1 100644
--- a/buildSrc/src/main/kotlin/Versions.kt
+++ b/buildSrc/src/main/kotlin/Versions.kt
@@ -3,7 +3,7 @@ object Versions {
const val targetSdk = 29
// https://developer.android.com/jetpack/androidx/releases/biometric
- const val andxBiometric = "1.0.0"
+ const val andxBiometric = "1.0.1"
// https://mvnrepository.com/artifact/org.apache.commons/commons-text
// Updates blocked due to javax.script dependency
@@ -17,12 +17,12 @@ object Versions {
// https://github.com/jhy/jsoup/releases
const val jsoup = "1.12.1"
- // https://github.com/square/leakcanary/releases
- const val leakCanary = "1.6.2"
- // https://github.com/square/okhttp/releases
- const val okhttp = "4.2.2"
+ // https://square.github.io/leakcanary/changelog/
+ const val leakCanary = "2.2"
+ // https://square.github.io/okhttp/changelog/
+ const val okhttp = "4.3.1"
// https://developer.android.com/jetpack/androidx/releases/room
- const val room = "2.2.2"
+ const val room = "2.2.3"
// http://robolectric.org/getting-started/
const val roboelectric = "4.3"
// https://github.com/davemorrissey/subsampling-scale-image-view#quick-start