aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-01-10 23:39:03 -0800
committerAllan Wang <me@allanwang.ca>2021-01-10 23:39:03 -0800
commit038ad9c3aa4d6678d9ede06cf1ce68b8bdf85021 (patch)
tree842690c79c90d09244975708a2d590e79d3ec7d9 /buildSrc
parentbce3fc24ebd1c0280df23db86b9bf16571244ac2 (diff)
parent36687fe3843cc6bbce7d7f9c6f69c34c67156446 (diff)
downloadkau-038ad9c3aa4d6678d9ede06cf1ce68b8bdf85021.tar.gz
kau-038ad9c3aa4d6678d9ede06cf1ce68b8bdf85021.tar.bz2
kau-038ad9c3aa4d6678d9ede06cf1ce68b8bdf85021.zip
Update more dependencies
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/kotlin/kau/Versions.kt18
1 files changed, 10 insertions, 8 deletions
diff --git a/buildSrc/src/main/kotlin/kau/Versions.kt b/buildSrc/src/main/kotlin/kau/Versions.kt
index 9e3d79c..6f3d77e 100644
--- a/buildSrc/src/main/kotlin/kau/Versions.kt
+++ b/buildSrc/src/main/kotlin/kau/Versions.kt
@@ -27,7 +27,7 @@ object Versions {
const val coreKtx = "1.3.1"
// https://kotlinlang.org/docs/reference/using-gradle.html
- const val kotlin = "1.4.10"
+ const val kotlin = "1.4.21"
// https://github.com/Kotlin/kotlinx.coroutines/releases
const val coroutines = "1.3.9"
@@ -54,7 +54,7 @@ object Versions {
const val materialDialog = "3.3.0"
// https://github.com/InsertKoinIO/koin/blob/master/CHANGELOG.md
- const val koin = "2.2.0-beta-1"
+ const val koin = "2.2.2"
// https://mvnrepository.com/artifact/com.google.dagger/hilt-android
const val hilt = "2.29.1-alpha"
@@ -75,24 +75,26 @@ object Versions {
const val testRules = "1.3.0"
// https://github.com/diffplug/spotless/blob/master/plugin-gradle/CHANGES.md
- const val spotless = "5.5.1"
+ const val spotless = "5.7.0"
// https://github.com/bugsnag/bugsnag-android/releases
- const val bugsnag = "5.2.0"
+ const val bugsnag = "5.5.0"
// https://github.com/bugsnag/bugsnag-android-gradle-plugin/releases
- const val bugsnagPlugin="5.2.0"
+ const val bugsnagPlugin="5.6.0"
// https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google
- const val gradlePlugin = "4.1.1"
+ const val gradlePlugin = "4.2.0-beta03"
+
// https://github.com/dcendents/android-maven-gradle-plugin/releases
const val mavenPlugin = "2.1"
+
// https://github.com/Triple-T/gradle-play-publisher/releases
- const val playPublishPlugin = "3.0.0"
+ const val playPublishPlugin = "3.2.0-agp4.2"
// https://github.com/KeepSafe/dexcount-gradle-plugin/releases
const val dexCountPlugin = "2.0.0"
// https://github.com/gladed/gradle-android-git-version/releases
- const val gitVersionPlugin = "0.4.13"
+ const val gitVersionPlugin = "0.4.14"
}