From ca249878db70f74ee71dfe0478b54695a2097c2d Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Thu, 18 Nov 2021 14:36:53 -0500 Subject: [PATCH] [#307] Android Gradle Plugin 7.0.3 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7adf957c..205433bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -57,7 +57,7 @@ ANDROID_COMPILE_SDK_VERSION=31 # Note: When updating the NDK version here, be sure to update the version on the CI server as well ANDROID_NDK_VERSION=21.1.6352462 -ANDROID_GRADLE_PLUGIN_VERSION=7.0.2 +ANDROID_GRADLE_PLUGIN_VERSION=7.0.3 DETEKT_VERSION=1.18.1 DOKKA_VERSION=1.4.30 GRADLE_VERSIONS_PLUGIN_VERSION=0.38.0