From 76be5037fd161e82c4e2d5cbd27fc43cb6e0d9a3 Mon Sep 17 00:00:00 2001 From: olegivo Date: Mon, 18 May 2020 17:37:39 +0300 Subject: [PATCH 1/2] 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 From 51be585b9d3d97cc949d214da1c9d5cb3bb482e7 Mon Sep 17 00:00:00 2001 From: olegivo Date: Thu, 4 Jun 2020 11:14:52 +0300 Subject: [PATCH 2/2] update AGP (4.0.0) --- android/gradle.properties | 2 +- android/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 2724c433c..c88c721dc 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.6.3 +BUILD_TOOLS_VERSION = 4.0.0 org.gradle.parallel=false org.gradle.daemon=true diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 1ba7206f8..84337ad35 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip