update Android gradle plugin to 3.5.1

This commit is contained in:
Daniel Micay 2019-10-05 17:55:22 -04:00
parent ce121741e0
commit e7e94b9cd2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.4.2' classpath 'com.android.tools.build:gradle:3.5.1'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files