From b2cd5648bb88680e584dfddddbd061d8f4b0d058 Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Sun, 18 Oct 2020 23:12:20 -0400 Subject: [PATCH] Update to android gradle plugin 4.1.0 to see if I fixed the action --- 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 009dcdd42..64b4f4702 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.0.2" + const val AGP = "4.1.0" const val KOTLIN = "1.4.10" const val KOTLINTER = "3.0.2" const val VERSIONS_PLUGIN = "0.33.0"