Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Nov 11, 2024
1 parent 6303216 commit f94792e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.async
import kotlinx.coroutines.awaitAll
import kotlinx.coroutines.launch
import kotlinx.serialization.Serializable

class Groove(private val symphony: Symphony) : Symphony.Hooks {
@Serializable
enum class Kinds {
SONG,
ALBUM,
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ media = "1.7.0"
okhttp3 = "4.12.0"
room = "2.6.1"

android-gradle-plugin = "8.7.1"
android-gradle-plugin = "8.7.2"
kotlin-gradle-plugin = "2.0.21"
kotlin-serialization-plugin = "2.0.21"
ksp-plugin = "2.0.21-1.0.26"
Expand Down

0 comments on commit f94792e

Please sign in to comment.