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 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 9881cb7c..8817c847 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ ext { appcompatVersion = '1.1.0' cardviewVersion = '1.0.0' coordinatorLayoutVersion = '1.1.3' - databindingVersion = '3.5.3' + databindingVersion = '3.6.0' materialComponentsVersion = '1.1.0' jsr305Version = '3.0.2' kotlinVersion = '1.3.61' -- cgit v1.2.3