From 76be5037fd161e82c4e2d5cbd27fc43cb6e0d9a3 Mon Sep 17 00:00:00 2001 From: olegivo Date: Mon, 18 May 2020 17:37:39 +0300 Subject: [PATCH] update AGP (3.6.3) --- android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle.properties b/android/gradle.properties index e35c52421..2724c433c 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -9,7 +9,7 @@ DAGGER_VERSION = 2.25.4 KOTLIN_VERSION = 1.3.61 SUPPORT_LIBRARY_VERSION = 28.0.0 AUTO_FACTORY_VERSION = 1.0-beta6 -BUILD_TOOLS_VERSION = 3.5.3 +BUILD_TOOLS_VERSION = 3.6.3 org.gradle.parallel=false org.gradle.daemon=true