use newer gradle plugins syntax

This commit is contained in:
Daniel Micay 2021-09-21 14:04:38 -04:00
parent 9af586dc58
commit 7cd3a188e1
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
apply plugin: 'com.android.application'
plugins {
id 'com.android.application'
}
android {
compileSdkVersion 30