Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
9f8c113ed8 chore(deps): update dependency androidx.activity:activity-compose to v1.10.1 (#30)
All checks were successful
Build / build (push) Successful in 6m44s
Reviewed-on: #30
2025-06-21 20:37:47 +01:00
54bb769774 chore(deps): update kotlin to v2.1.21 (#37)
Some checks failed
Build / build (push) Has been cancelled
Reviewed-on: #37
2025-06-21 20:37:31 +01:00
472aca6f7f chore(deps): update kotlin to v2.1.21
All checks were successful
Build / build (pull_request) Successful in 8m15s
2025-06-21 19:04:33 +00:00
6a4eae24cf chore(deps): update dependency androidx.activity:activity-compose to v1.10.1
All checks were successful
Build / build (pull_request) Successful in 8m14s
2025-06-21 19:04:30 +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.0"
androidx-activityCompose = "1.10.1"
androidx-appcompat = "1.7.1"
androidx-constraintlayout = "2.2.1"
androidx-core-ktx = "1.16.0"
@ -13,7 +13,7 @@ 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.21"
[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }