mirror of
https://github.com/A-Star100/simpliplay-android.git
synced 2025-09-18 14:32:17 +00:00

Adding Media 3 Demo source code, written in Kotlin, in Android Studio with AGP 3.3.x (project sync required for newer or older versions of AGP)
5 lines
225 B
Plaintext
5 lines
225 B
Plaintext
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
alias(libs.plugins.androidApplication) apply false
|
|
alias(libs.plugins.jetbrainsKotlinAndroid) apply false
|
|
} |