aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/kotlin/kau/Versions.kt6
1 files changed, 4 insertions, 2 deletions
diff --git a/buildSrc/src/main/kotlin/kau/Versions.kt b/buildSrc/src/main/kotlin/kau/Versions.kt
index 1ec8f9e..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"
@@ -85,10 +85,12 @@ object Versions {
// https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google
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"