feat: SongPickerActivity
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user