mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 16:48:49 +00:00
build.gradle: Use new plugins DSL.
This commit is contained in:
parent
1c889dd60f
commit
5c9f4a0e33
1 changed files with 4 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue