blob: 8a462e332fa13e308bcf8413d8a75fa047c8a478 [file] [log] [blame]
Perry Wu27c6efc2023-07-11 18:53:54 +00001buildscript {
2 ext {
3 compose_ui_version = '1.2.1'
4 media3_version = '1.1.0'
5 }
6}// Top-level build file where you can add configuration options common to all sub-projects/modules.
7plugins {
8 id 'com.android.application' version '7.3.0' apply false
9 id 'com.android.library' version '7.3.0' apply false
10 id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
11}