mirror of
https://github.com/StepanovPlaton/SSAU_Schedule.git
synced 2026-04-03 20:30:40 +04:00
Complete work
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user