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 {
|
2025-03-08 02:03:19 +00:00
|
|
|
id 'com.android.application' version '8.9.0' apply false
|
2025-02-16 02:03:07 +00:00
|
|
|
id 'com.android.library' version '8.8.1' apply false
|
2025-01-28 02:05:47 +00:00
|
|
|
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
|
2025-02-22 02:02:24 +00:00
|
|
|
id 'com.autonomousapps.dependency-analysis' version '2.10.1' apply true
|
2024-03-17 14:50:15 +01:00
|
|
|
}
|