use newer gradle plugins syntax
This commit is contained in:
parent
9af586dc58
commit
7cd3a188e1
@ -1,4 +1,6 @@
|
||||
apply plugin: 'com.android.application'
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 30
|
||||
|
Loading…
Reference in New Issue
Block a user