diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-02-25 08:29:53 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-02-25 08:29:53 +0530 |
commit | 8078347880c59d66df89a367e2d696f03ab7e76c (patch) | |
tree | 0833989e502090e019f39a4785324ab117d68650 /app/build.gradle | |
parent | dd8a802bece8417508f5df3e8aa47ac7c77f4d60 (diff) |
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 <me@msfjarvis.dev>
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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' |