blob: 8f4c7fec5aa64b930019b31bde3031bccbc7d854 (
plain) (
blame)
1
2
3
4
5
|
// Plugin versions are pinned here; see also the `versions` file.
plugins {
id 'com.android.application' version '8.7.3' apply false
id 'org.jetbrains.kotlin.android' version '2.3.20' apply false
}
|