Files
alfred-android/build.gradle
dependabot[bot] bc4981889f Bump org.jetbrains.kotlin.android from 1.6.21 to 1.9.21 (#80)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-16 15:32:29 +00:00

9 lines
412 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
}
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.21' apply false
}