Update Android gradle plugin

This commit is contained in:
xynngh 2020-07-18 16:20:34 +04:00
parent 86aba12b3c
commit 715f4bfbdc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.0.0' classpath 'com.android.tools.build:gradle:4.0.1'
} }
} }