[update] New full screen switching mechanism

This commit is contained in:
acite
2025-09-23 13:21:51 +08:00
parent 49751c55d9
commit c9c3306766
3 changed files with 7 additions and 25 deletions

View File

@@ -36,6 +36,7 @@ roomRuntime = "2.8.0"
ksp = "2.1.21-2.0.2"
hilt = "2.57.1"
hilt-navigation-compose = "1.3.0"
composeMaterialCore = "1.5.1"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -78,6 +79,7 @@ androidx-media3-datasource-okhttp = { group = "androidx.media3", name = "media3-
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
hilt-android-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" }
hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version.ref = "hilt-navigation-compose" }
androidx-compose-material-core = { group = "androidx.wear.compose", name = "compose-material-core", version.ref = "composeMaterialCore" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }