Update AGP to 3.5.3

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2019-12-15 11:07:34 +05:30
parent 84334a6bc9
commit a9f04c0bf4
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ ext {
annotationsVersion = '1.1.0' annotationsVersion = '1.1.0'
appcompatVersion = '1.1.0' appcompatVersion = '1.1.0'
cardviewVersion = '1.0.0' cardviewVersion = '1.0.0'
databindingVersion = '3.5.0' databindingVersion = '3.5.3'
materialComponentsVersion = '1.0.0' materialComponentsVersion = '1.0.0'
jsr305Version = '3.0.2' jsr305Version = '3.0.2'
preferenceVersion = '1.1.0' preferenceVersion = '1.1.0'

View File

@ -7,7 +7,7 @@ allprojects {
buildscript { buildscript {
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.5.1' classpath 'com.android.tools.build:gradle:3.5.3'
} }
repositories { repositories {
google() google()