Skip to content

Commit 2b73a24

Browse files
committed
Update dependencies
1 parent 7cb60c5 commit 2b73a24

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
.DS_Store
12
.gradle
23
/.idea/
3-
.DS_Store
44
/build
55
/captures
6+
/.kotlin
67
/local.properties

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
2-
agp = "8.7.3"
3-
androidx-activityCompose = "1.9.3"
2+
agp = "8.8.0"
3+
androidx-activityCompose = "1.10.0"
44
androidx-appcompat = "1.7.0"
55
androidx-core = "1.15.0"
66
androidx-lifecycle = "2.8.7"
77
androidx-test-core = "1.6.1"
88
androidx-test-runner = "1.6.2"
99
androidx-test-rules = "1.6.1"
1010
conscrypt = "2.5.3"
11-
compose-bom = "2024.11.00"
11+
compose-bom = "2025.01.01"
1212
dokka = "1.9.20"
1313
junit = "4.13.2"
1414
kotlin = "2.1.0"
15-
mockk = "1.13.13"
15+
mockk = "1.13.16"
1616
okhttp3 = "4.12.0"
1717

1818
[libraries]

0 commit comments

Comments
 (0)