fix: delete Sunday in week calendar
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user