aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-12-08 00:29:40 -0800
committerGitHub <noreply@github.com>2019-12-08 00:29:40 -0800
commit15494d3b42315fa6fa7ae5daeb5ddf1f964b3932 (patch)
treec53221689ddeef3619572276fa530e8368abbde0 /buildSrc
parentf9129dd7b59b4b3119805a49c21315e1f5a5e336 (diff)
downloadfrost-15494d3b42315fa6fa7ae5daeb5ddf1f964b3932.tar.gz
frost-15494d3b42315fa6fa7ae5daeb5ddf1f964b3932.tar.bz2
frost-15494d3b42315fa6fa7ae5daeb5ddf1f964b3932.zip
Update versions (#1591)
* Update versions * Update travis android sdk * Fix api updates * Update dex plugin version
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/kotlin/Versions.kt15
1 files changed, 7 insertions, 8 deletions
diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt
index 9ddde207..9d8e8ca7 100644
--- a/buildSrc/src/main/kotlin/Versions.kt
+++ b/buildSrc/src/main/kotlin/Versions.kt
@@ -1,8 +1,9 @@
object Versions {
- const val targetSdk = 28
+ const val targetSdk = 29
- const val andxBiometric = "1.0.0-alpha04"
+ // https://developer.android.com/jetpack/androidx/releases/biometric
+ const val andxBiometric = "1.0.0"
// https://mvnrepository.com/artifact/org.apache.commons/commons-text
// Updates blocked due to javax.script dependency
@@ -13,21 +14,19 @@ object Versions {
const val koin = "2.0.1"
// https://github.com/mockk/mockk/releases
const val mockk = "1.9.3"
- // https://mvnrepository.com/artifact/androidx.core/core-ktx?repo=google
- const val ktx = "1.1.0"
// https://github.com/jhy/jsoup/releases
- const val jsoup = "1.11.3"
+ const val jsoup = "1.12.1"
// https://github.com/square/leakcanary/releases
const val leakCanary = "1.6.2"
// https://github.com/zsmb13/MaterialDrawerKt/releases
const val materialDrawerKt = "3.0.0-rc01"
// https://github.com/square/okhttp/releases
- const val okhttp = "3.14.1"
+ const val okhttp = "4.2.2"
// https://developer.android.com/jetpack/androidx/releases/room
- const val room = "2.1.0"
+ const val room = "2.2.2"
// http://robolectric.org/getting-started/
- const val roboelectric = "4.2"
+ const val roboelectric = "4.3"
// https://github.com/davemorrissey/subsampling-scale-image-view#quick-start
const val scaleImageView = "3.10.0"
// https://github.com/srs/gradle-node-plugin/releases