We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb60c5 commit 2b73a24Copy full SHA for 2b73a24
.gitignore
@@ -1,6 +1,7 @@
1
+.DS_Store
2
.gradle
3
/.idea/
-.DS_Store
4
/build
5
/captures
6
+/.kotlin
7
/local.properties
gradle/libs.versions.toml
@@ -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"
8
androidx-test-runner = "1.6.2"
9
androidx-test-rules = "1.6.1"
10
conscrypt = "2.5.3"
11
-compose-bom = "2024.11.00"
+compose-bom = "2025.01.01"
12
dokka = "1.9.20"
13
junit = "4.13.2"
14
kotlin = "2.1.0"
15
-mockk = "1.13.13"
+mockk = "1.13.16"
16
okhttp3 = "4.12.0"
17
18
[libraries]
0 commit comments