@@ -65,7 +65,6 @@ androidx-compose-runtime = { module = "androidx.compose.runtime:runtime" }
65
65
androidx-compose-runtime-livedata = { module = " androidx.compose.runtime:runtime-livedata" }
66
66
androidx-compose-ui = { module = " androidx.compose.ui:ui" }
67
67
androidx-compose-ui-googlefonts = { module = " androidx.compose.ui:ui-text-google-fonts" }
68
- androidx-graphics-shapes = " androidx.graphics:graphics-shapes:1.0.0-alpha04"
69
68
androidx-compose-ui-graphics = { module = " androidx.compose.ui:ui-graphics" }
70
69
androidx-compose-ui-test = { module = " androidx.compose.ui:ui-test" }
71
70
androidx-compose-ui-test-junit4 = { module = " androidx.compose.ui:ui-test-junit4" }
@@ -82,11 +81,14 @@ androidx-emoji2-views = { module = "androidx.emoji2:emoji2-views", version.ref =
82
81
androidx-fragment-ktx = { module = " androidx.fragment:fragment-ktx" , version.ref = " androidx-fragment-ktx" }
83
82
androidx-glance-appwidget = { module = " androidx.glance:glance-appwidget" , version.ref = " androidx-glance-appwidget" }
84
83
androidx-glance-material3 = { module = " androidx.glance:glance-material3" , version.ref = " androidx-glance-appwidget" }
84
+ androidx-graphics-shapes = " androidx.graphics:graphics-shapes:1.0.0-alpha04"
85
85
androidx-hilt-navigation-compose = { module = " androidx.hilt:hilt-navigation-compose" , version.ref = " androidxHiltNavigationCompose" }
86
86
androidx-lifecycle-runtime = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version.ref = " androidx-lifecycle-compose" }
87
87
androidx-lifecycle-runtime-compose = { module = " androidx.lifecycle:lifecycle-runtime-compose" , version.ref = " androidx-lifecycle-runtime-compose" }
88
88
androidx-lifecycle-viewModelCompose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " androidx-lifecycle-compose" }
89
89
androidx-lifecycle-viewmodel-ktx = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version.ref = " androidx-lifecycle-compose" }
90
+ androidx-media3-common = { module = " androidx.media3:media3-common" , version.ref = " media3" }
91
+ androidx-media3-exoplayer = { module = " androidx.media3:media3-exoplayer" , version.ref = " media3" }
90
92
androidx-navigation-compose = { module = " androidx.navigation:navigation-compose" , version.ref = " androidx-navigation" }
91
93
androidx-paging-compose = { module = " androidx.paging:paging-compose" , version.ref = " androidx-paging" }
92
94
androidx-recyclerview = { module = " androidx.recyclerview:recyclerview" , version.ref = " recyclerview" }
@@ -104,8 +106,6 @@ junit = { module = "junit:junit", version.ref = "junit" }
104
106
kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib-jdk8" , version.ref = " kotlin" }
105
107
kotlinx-coroutines-android = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-android" , version.ref = " coroutines" }
106
108
kotlinx-coroutines-test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " coroutines" }
107
- androidx-media3-common = { group = " androidx.media3" , name = " media3-common" , version.ref = " media3" }
108
- androidx-media3-exoplayer = { group = " androidx.media3" , name = " media3-exoplayer" , version.ref = " media3" }
109
109
110
110
[plugins ]
111
111
android-application = { id = " com.android.application" , version.ref = " androidGradlePlugin" }
0 commit comments