feat: SongPickerActivity

This commit is contained in:
2026-03-19 12:27:38 +01:00
parent a8234005df
commit 02ebb17dc6
11 changed files with 385 additions and 3 deletions

View File

@@ -11,6 +11,8 @@ composeBom = "2024.04.01"
logbackAndroid = "2.0.0"
oboe = "1.10.0"
slf4jApi = "1.7.30"
recyclerview = "1.3.1"
appcompat = "1.7.1"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -30,6 +32,8 @@ androidx-material3 = { group = "androidx.compose.material3", name = "material3"
logback-android = { module = "com.github.tony19:logback-android", version.ref = "logbackAndroid" }
oboe = { module = "com.google.oboe:oboe", version.ref = "oboe" }
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4jApi" }
androidx-recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }