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-10-15 00:01:19 +00:00
|
|
|
id 'com.android.application' version '8.7.1' apply false
|
2024-09-21 00:06:47 +00:00
|
|
|
id 'com.android.library' version '8.6.1' apply false
|
2024-10-11 00:05:14 +00:00
|
|
|
id 'org.jetbrains.kotlin.android' version '2.0.21' apply false
|
2024-10-19 00:04:49 +00:00
|
|
|
id 'com.autonomousapps.dependency-analysis' version '2.2.0' apply true
|
2024-03-17 14:50:15 +01:00
|
|
|
}
|