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-05-04 00:04:58 +00:00
|
|
|
id 'com.android.application' version '8.4.0' apply false
|
2024-05-12 00:11:36 +00:00
|
|
|
id 'com.android.library' version '8.4.0' apply false
|
2024-05-08 00:09:57 +00:00
|
|
|
id 'org.jetbrains.kotlin.android' version '1.9.24' apply false
|
2024-04-05 00:02:16 +00:00
|
|
|
id 'com.autonomousapps.dependency-analysis' version '1.31.0' apply true
|
2024-03-17 14:50:15 +01:00
|
|
|
}
|