Update AGP to 3.5.3
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
84334a6bc9
commit
a9f04c0bf4
@ -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'
|
||||||
|
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user