2021-08-08 20:58:08 +00:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
2022-10-26 12:28:05 +00:00
|
|
|
plugins {
|
2023-04-14 07:25:00 +00:00
|
|
|
id 'com.android.application' version '8.0.0' apply false
|
2023-04-14 00:12:23 +00:00
|
|
|
id 'com.android.library' version '8.0.0' apply false
|
2021-08-08 20:58:08 +00:00
|
|
|
}
|