Compare commits

..

1 commit

Author SHA1 Message Date
05ee945dd5 chore(deps): update dependency androidx.activity:activity-compose to v1.10.1
Some checks failed
Build / build (pull_request) Failing after 6m33s
2025-04-01 21:06:21 +00:00

View file

@ -1,19 +1,19 @@
[versions]
agp = "8.9.1"
agp = "8.8.1"
android-compileSdk = "35"
android-minSdk = "24"
android-targetSdk = "34"
androidx-activityCompose = "1.10.1"
androidx-appcompat = "1.7.0"
androidx-constraintlayout = "2.2.1"
androidx-core-ktx = "1.16.0"
androidx-constraintlayout = "2.2.0"
androidx-core-ktx = "1.15.0"
androidx-espresso-core = "3.6.1"
androidx-lifecycle = "2.8.4"
androidx-material = "1.12.0"
androidx-test-junit = "1.2.1"
compose-multiplatform = "1.7.3"
junit = "4.13.2"
kotlin = "2.1.20"
kotlin = "2.1.10"
[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }