Update Android gradle plugin

This commit is contained in:
xynngh 2021-05-02 16:45:29 +04:00
parent 5b857fd72b
commit 4f25c5da1c
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.1.2'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'org.greenrobot:greendao-gradle-plugin:3.3.0'
}
}