5 lines
130 B
Groovy
5 lines
130 B
Groovy
|
plugins {
|
||
|
id 'com.android.application' version '7.3.1' apply false
|
||
|
id 'com.android.library' version '7.3.1' apply false
|
||
|
}
|