From c31beccf3c575e0f8158f1e1ac43031a5c981197 Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Tue, 13 Oct 2020 21:33:34 -0400 Subject: [PATCH] Lets try this --- buildSrc/src/main/kotlin/Dependencies.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 64b4f4702..009dcdd42 100644 --- a/buildSrc/src/main/kotlin/Dependencies.kt +++ b/buildSrc/src/main/kotlin/Dependencies.kt @@ -1,5 +1,5 @@ object BuildPluginsVersion { - const val AGP = "4.1.0" + const val AGP = "4.0.2" const val KOTLIN = "1.4.10" const val KOTLINTER = "3.0.2" const val VERSIONS_PLUGIN = "0.33.0"