build.gradle: Use new plugins DSL.

This commit is contained in:
Andreas Schildbach 2019-11-05 15:33:17 +01:00
parent 1c889dd60f
commit 5c9f4a0e33

View file

@ -1,5 +1,7 @@
apply plugin: 'com.android.application'
apply plugin: 'androidsvgdrawable'
plugins {
id 'com.android.application'
id 'androidsvgdrawable'
}
configurations {
all*.exclude group: 'org.json', module: 'json'