diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2019-12-15 11:07:34 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2019-12-15 11:08:00 +0530 |
commit | a9f04c0bf48c31a1e0d46277f8aeebb79ae1730e (patch) | |
tree | 3c6207fbfc5d0f698d60f190e0ec9d1117350910 | |
parent | 84334a6bc90288866dbeacbc08f2925cd18c7e32 (diff) |
Update AGP to 3.5.3
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r-- | app/build.gradle | 2 | ||||
-rw-r--r-- | build.gradle | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index d16f0c95..bb5c7ac3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ ext { annotationsVersion = '1.1.0' appcompatVersion = '1.1.0' cardviewVersion = '1.0.0' - databindingVersion = '3.5.0' + databindingVersion = '3.5.3' materialComponentsVersion = '1.0.0' jsr305Version = '3.0.2' preferenceVersion = '1.1.0' diff --git a/build.gradle b/build.gradle index 9ae04a70..c2f3333a 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ allprojects { buildscript { dependencies { - classpath 'com.android.tools.build:gradle:3.5.1' + classpath 'com.android.tools.build:gradle:3.5.3' } repositories { google() |