Compare commits

..

1 commit

Author SHA1 Message Date
f1bcf84b64 chore(deps): update dependency org.jetbrains.compose to v1.8.2
Some checks failed
Build / build (pull_request) Failing after 5m20s
2025-06-21 19:11:22 +00:00

View file

@ -3,7 +3,7 @@ agp = "8.10.1"
android-compileSdk = "35"
android-minSdk = "24"
android-targetSdk = "34"
androidx-activityCompose = "1.10.1"
androidx-activityCompose = "1.10.0"
androidx-appcompat = "1.7.1"
androidx-constraintlayout = "2.2.1"
androidx-core-ktx = "1.16.0"
@ -11,9 +11,9 @@ androidx-espresso-core = "3.6.1"
androidx-lifecycle = "2.9.1"
androidx-material = "1.12.0"
androidx-test-junit = "1.2.1"
compose-multiplatform = "1.7.3"
compose-multiplatform = "1.8.2"
junit = "4.13.2"
kotlin = "2.1.21"
kotlin = "2.1.20"
[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }