From 3b49289cfb1b3f0822bc7319759a299c2c3b039b Mon Sep 17 00:00:00 2001 From: arkon Date: Mon, 24 May 2021 11:21:03 -0400 Subject: [PATCH] Update AGP and AboutLibraries --- buildSrc/src/main/kotlin/Dependencies.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 27b7c57173..a047c55619 100644 --- a/buildSrc/src/main/kotlin/Dependencies.kt +++ b/buildSrc/src/main/kotlin/Dependencies.kt @@ -1,7 +1,7 @@ object BuildPluginsVersion { - const val AGP = "4.2.0" + const val AGP = "4.2.1" const val KOTLIN = "1.4.32" const val KOTLINTER = "3.4.0" const val VERSIONS_PLUGIN = "0.38.0" - const val ABOUTLIB_PLUGIN = "8.8.5" + const val ABOUTLIB_PLUGIN = "8.8.6" }