Browse Source

Update AGP to 3.5.3

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
master
Harsh Shandilya 4 years ago
parent
commit
a9f04c0bf4
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      app/build.gradle
  2. +1
    -1
      build.gradle

+ 1
- 1
app/build.gradle View File

@@ -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'


+ 1
- 1
build.gradle View File

@@ -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()


Loading…
Cancel
Save