aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
blob: 96d7c9cc39256216c0d7bee5cb0acd0a6c19d15c (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.0.21' apply false
}