fix: delete Sunday in week calendar

This commit is contained in:
2025-06-04 01:14:24 +03:00
committed by Sweetbread
parent 31c81021ce
commit 937c6104d1
4 changed files with 148 additions and 76 deletions
-2
View File
@@ -1,6 +1,5 @@
[versions]
agp = "8.7.3"
calendar = "2.6.2"
coilCompose = "2.7.0"
compose = "1.8.0"
coreSplashscreen = "1.0.1"
@@ -35,7 +34,6 @@ androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref =
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "roomRuntime" }
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" }
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
compose = { module = "com.kizitonwose.calendar:compose", version.ref = "calendar" }
desugar_jdk_libs = { module = "com.android.tools:desugar_jdk_libs", version.ref = "desugar_jdk_libs" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }