aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-10-27 09:42:32 +0530
committerGitHub <noreply@github.com>2020-10-27 09:42:32 +0530
commitf19ca706e602c7e2ffc9a1efcce7bc9676625814 (patch)
tree35e1e19d968e9a2e16cc2040becd86843410b1bb /buildSrc
parentb8e07ae98ce7e05d9ceba7384578f12357c89657 (diff)
Update kotlinx.coroutines and WhatTheStack (#1177)
* build: bump coroutines, AndroidX test and WhatTheStack Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * github: run dependency analysis workflow in pull_request_target context Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * Downgrade AndroidX test back Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/java/Dependencies.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildSrc/src/main/java/Dependencies.kt b/buildSrc/src/main/java/Dependencies.kt
index 715ec811..1406c63e 100644
--- a/buildSrc/src/main/java/Dependencies.kt
+++ b/buildSrc/src/main/java/Dependencies.kt
@@ -9,7 +9,7 @@ object Dependencies {
object Kotlin {
object Coroutines {
- private const val version = "1.3.9"
+ private const val version = "1.4.0"
const val android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:$version"
const val core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$version"
}
@@ -60,7 +60,7 @@ object Dependencies {
const val ssh_auth = "org.sufficientlysecure:sshauthentication-api:1.0"
const val timber = "com.jakewharton.timber:timber:4.7.1"
const val timberkt = "com.github.ajalt:timberkt:1.5.1"
- const val whatthestack = "com.github.haroldadmin:WhatTheStack:0.0.5"
+ const val whatthestack = "com.github.haroldadmin:WhatTheStack:0.1.0"
}
object NonFree {