Compare commits

..

5 commits

Author SHA1 Message Date
ad436a72b3 chore(deps): update dependency androidx.activity:activity-compose to v1.10.1
Some checks failed
Build / build (pull_request) Failing after 3m43s
2025-04-19 16:01:23 +01:00
468af55af4 chore(deps): update dependency androidx.constraintlayout:constraintlayout to v2.2.1
Some checks failed
Build / build (push) Failing after 14m30s
2025-04-19 16:00:57 +01:00
65905bf3c9 chore(deps): update kotlin to v2.1.20
Some checks failed
Build / build (push) Has been cancelled
2025-04-19 16:00:45 +01:00
bb7401461f chore(deps): update agp to v8.9.1
Some checks failed
Build / build (push) Has been cancelled
2025-04-19 16:00:32 +01:00
d0fee3c868 chore(deps): update dependency androidx.core:core-ktx to v1.16.0
All checks were successful
Build / build (pull_request) Successful in 6m45s
Build / build (push) Successful in 3m12s
2025-04-18 10:07:08 +00:00

View file

@ -1,19 +1,19 @@
[versions]
agp = "8.8.1"
agp = "8.9.1"
android-compileSdk = "35"
android-minSdk = "24"
android-targetSdk = "34"
androidx-activityCompose = "1.10.1"
androidx-appcompat = "1.7.0"
androidx-constraintlayout = "2.2.0"
androidx-core-ktx = "1.15.0"
androidx-constraintlayout = "2.2.1"
androidx-core-ktx = "1.16.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.10"
kotlin = "2.1.20"
[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }