aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-11-18 12:02:00 -0800
committerAllan Wang <me@allanwang.ca>2021-11-18 12:02:00 -0800
commita9b8b69ab5e053e9106a98564e3a4047628387d6 (patch)
tree859d3dc7021d31f807c5ad90ddea31f711fa793d
parent1f5079919a5707ad01492450878e574fe65db5c4 (diff)
downloadkau-a9b8b69ab5e053e9106a98564e3a4047628387d6.tar.gz
kau-a9b8b69ab5e053e9106a98564e3a4047628387d6.tar.bz2
kau-a9b8b69ab5e053e9106a98564e3a4047628387d6.zip
More version bumps
-rw-r--r--buildSrc/src/main/kotlin/kau/Versions.kt16
1 files changed, 8 insertions, 8 deletions
diff --git a/buildSrc/src/main/kotlin/kau/Versions.kt b/buildSrc/src/main/kotlin/kau/Versions.kt
index 28a24d6..03b69ca 100644
--- a/buildSrc/src/main/kotlin/kau/Versions.kt
+++ b/buildSrc/src/main/kotlin/kau/Versions.kt
@@ -10,10 +10,10 @@ object Versions {
val java = JavaVersion.VERSION_1_8
// https://mvnrepository.com/artifact/androidx.appcompat/appcompat?repo=google
- const val appcompat = "1.4.0-beta01"
+ const val appcompat = "1.4.0-rc01"
// https://mvnrepository.com/artifact/com.google.android.material/material
- const val googleMaterial = "1.4.0"
+ const val googleMaterial = "1.5.0-beta01"
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview
const val recyclerView = "1.2.0"
@@ -28,10 +28,10 @@ object Versions {
const val constraintLayout = "2.1.1"
// https://mvnrepository.com/artifact/androidx.core/core-ktx
- const val coreKtx = "1.7.0-rc01"
+ const val coreKtx = "1.7.0"
// https://kotlinlang.org/docs/reference/using-gradle.html
- const val kotlin = "1.5.31"
+ const val kotlin = "1.6.0"
// https://github.com/Kotlin/kotlinx.coroutines/releases
const val coroutines = "1.5.2"
@@ -81,22 +81,22 @@ object Versions {
const val testRules = "1.4.0"
// https://github.com/diffplug/spotless/blob/master/plugin-gradle/CHANGES.md
- const val spotless = "5.14.3"
+ const val spotless = "5.15.0"
// https://github.com/pinterest/ktlint/releases
const val ktlint = "0.41.0"
// https://github.com/bugsnag/bugsnag-android/releases
- const val bugsnag = "5.14.0"
+ const val bugsnag = "5.15.0"
// https://github.com/bugsnag/bugsnag-android-gradle-plugin/releases
const val bugsnagPlugin = "7.1.0"
// https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google
- const val gradlePlugin = "7.1.0-beta01"
+ const val gradlePlugin = "7.1.0-beta03"
// https://github.com/Triple-T/gradle-play-publisher/releases
- const val playPublishPlugin = "3.5.0-agp7.0"
+ const val playPublishPlugin = "3.6.0"
// https://github.com/KeepSafe/dexcount-gradle-plugin/releases
const val dexCountPlugin = "3.0.1"