Complete work

This commit is contained in:
2024-12-15 20:39:36 +04:00
parent 5b73de7830
commit 31b9d4f631
31 changed files with 767 additions and 390 deletions

View File

@@ -14,6 +14,7 @@ media3Common = "1.4.1"
kotlinSerializationJson = "1.7.1"
room = "2.6.1"
workRuntimeKtx = "2.9.1"
glance = "1.1.0"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -38,6 +39,8 @@ androidx-room-runtime = { group = "androidx.room", name = "room-runtime", versio
androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "room" }
androidx-work-runtime-ktx = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "workRuntimeKtx" }
androidx-glance = { group = "androidx.glance", name = "glance-appwidget", version.ref="glance" }
androidx-glance-material = { group = "androidx.glance", name = "glance-material3", version.ref="glance" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }