2024-03-17 14:50:15 +01:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
|
|
|
|
plugins {
|
2024-08-11 00:06:26 +00:00
|
|
|
id 'com.android.application' version '8.5.2' apply false
|
2024-08-10 00:06:58 +00:00
|
|
|
id 'com.android.library' version '8.5.2' apply false
|
2024-08-23 00:05:23 +00:00
|
|
|
id 'org.jetbrains.kotlin.android' version '2.0.20' apply false
|
2024-07-28 00:04:38 +00:00
|
|
|
id 'com.autonomousapps.dependency-analysis' version '1.33.0' apply true
|
2024-03-17 14:50:15 +01:00
|
|
|
}
|