blob: 8a462e332fa13e308bcf8413d8a75fa047c8a478 [file] [log] [blame]
buildscript {
ext {
compose_ui_version = '1.2.1'
media3_version = '1.1.0'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.3.0' apply false
id 'com.android.library' version '7.3.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
}