From 8078347880c59d66df89a367e2d696f03ab7e76c Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 25 Feb 2020 08:29:53 +0530 Subject: Upgrade AGP and Gradle If anybody has a problem with missing or mismatched NDK, run this command to install the right version $ANDROID_SDK_ROOT/tools/bin/sdkmanager 'ndk;20.0.5594570' Signed-off-by: Harsh Shandilya --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 950065d6..ff7fed75 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ allprojects { buildscript { dependencies { - classpath 'com.android.tools.build:gradle:3.5.3' + classpath 'com.android.tools.build:gradle:3.6.0' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61' } repositories { @@ -22,7 +22,7 @@ task clean(type: Delete) { tasks { wrapper { - gradleVersion = "6.1.1" + gradleVersion = "6.2.1" distributionType = Wrapper.DistributionType.ALL } } -- cgit v1.2.3-59-g8ed1b