Update Android gradle plugin

This commit is contained in:
xynngh 2020-10-18 01:20:56 +04:00
parent dd05446dee
commit 2b0c05070f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'org.greenrobot:greendao-gradle-plugin:3.3.0'
}
}