aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-02-03 16:31:20 -0800
committerGitHub <noreply@github.com>2020-02-03 16:31:20 -0800
commitcfac5f0db6527aace725de14f07b19ba85b5e07e (patch)
treed5e500158b2d536bcc5d5bc8fe1050fd1b6a7e8e
parentab73dc59a302651b46b07329cb2d8303e3ea36dd (diff)
downloadkau-cfac5f0db6527aace725de14f07b19ba85b5e07e.tar.gz
kau-cfac5f0db6527aace725de14f07b19ba85b5e07e.tar.bz2
kau-cfac5f0db6527aace725de14f07b19ba85b5e07e.zip
Versions (#245)
* Update versions * Downgrade spotless for now
-rw-r--r--buildSrc/src/main/kotlin/kau/Versions.kt15
1 files changed, 8 insertions, 7 deletions
diff --git a/buildSrc/src/main/kotlin/kau/Versions.kt b/buildSrc/src/main/kotlin/kau/Versions.kt
index 6e1d70b..86155eb 100644
--- a/buildSrc/src/main/kotlin/kau/Versions.kt
+++ b/buildSrc/src/main/kotlin/kau/Versions.kt
@@ -12,7 +12,7 @@ object Versions {
const val appcompat = "1.1.0"
// https://mvnrepository.com/artifact/com.google.android.material/material
- const val googleMaterial = "1.1.0-beta02"
+ const val googleMaterial = "1.1.0-rc02"
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview
const val recyclerView = "1.1.0"
@@ -45,7 +45,7 @@ object Versions {
const val fastAdapter = "4.1.2"
// https://github.com/bumptech/glide/releases
- const val glide = "4.10.0"
+ const val glide = "4.11.0"
// https://github.com/mikepenz/Android-Iconics#1-provide-the-gradle-dependency
const val iconics = "4.0.2"
@@ -67,25 +67,26 @@ object Versions {
// https://mvnrepository.com/artifact/androidx.test/rules?repo=google
const val testRules = "1.2.0"
+ // Keep version for now, see https://github.com/diffplug/spotless/issues/521
// https://github.com/diffplug/spotless/blob/master/plugin-gradle/CHANGES.md
const val spotless = "3.26.1"
// https://github.com/bugsnag/bugsnag-android/releases
- const val bugsnag = "4.21.1"
+ const val bugsnag = "4.22.3"
// https://github.com/bugsnag/bugsnag-android-gradle-plugin/releases
- const val bugsnagPlugin="4.7.2"
+ const val bugsnagPlugin="4.7.3"
// https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google
- const val gradlePlugin = "3.6.0-rc01"
+ const val gradlePlugin = "3.6.0-rc02"
// 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 = "2.6.1"
+ const val playPublishPlugin = "2.6.2"
// https://github.com/KeepSafe/dexcount-gradle-plugin/releases
const val dexCountPlugin = "1.0.2"
// https://github.com/gladed/gradle-android-git-version/releases
- const val gitVersionPlugin = "0.4.11"
+ const val gitVersionPlugin = "0.4.12"
} \ No newline at end of file