Update android gradle plugin 3.5.3

This commit is contained in:
Dimitry Ivanov 2020-01-14 16:43:58 +03:00
parent 130a60265b
commit d8b3d02368

View File

@ -4,8 +4,8 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.5.2' classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0' classpath 'com.github.ben-manes:gradle-versions-plugin:0.27.0'
} }
} }