Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed Feb 2, 2025
1 parent 7cb60c5 commit 2b73a24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
.gradle
/.idea/
.DS_Store
/build
/captures
/.kotlin
/local.properties
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
agp = "8.7.3"
androidx-activityCompose = "1.9.3"
agp = "8.8.0"
androidx-activityCompose = "1.10.0"
androidx-appcompat = "1.7.0"
androidx-core = "1.15.0"
androidx-lifecycle = "2.8.7"
androidx-test-core = "1.6.1"
androidx-test-runner = "1.6.2"
androidx-test-rules = "1.6.1"
conscrypt = "2.5.3"
compose-bom = "2024.11.00"
compose-bom = "2025.01.01"
dokka = "1.9.20"
junit = "4.13.2"
kotlin = "2.1.0"
mockk = "1.13.13"
mockk = "1.13.16"
okhttp3 = "4.12.0"

[libraries]
Expand Down

0 comments on commit 2b73a24

Please sign in to comment.