Skip to content

Commit 0f60729

Browse files
committed
Update project
1 parent b44ff6c commit 0f60729

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ kotlinx-coroutines = "1.10.2"
99
kotlinx-datetime = "0.7.1"
1010
kotlinx-serialization = "1.9.0"
1111

12-
jetbrains-compose = "1.9.1"
13-
jetbrains-androidx-lifecycle = "2.9.5"
12+
jetbrains-compose = "1.9.3"
13+
jetbrains-androidx-lifecycle = "2.9.6"
1414
jetbrains-androidx-navigation-compose = "2.9.1"
15-
jetbrains-androidx-navigation3 = "1.0.0-alpha03"
15+
jetbrains-androidx-navigation3 = "1.0.0-alpha04"
1616
jetbrains-androidx-core-bundle = "1.0.1"
1717

1818
google-material = "1.13.0"
1919

2020
androidx-activity = "1.11.0"
21-
androidx-core-splashscreen = "1.0.1"
22-
androidx-navigationevent = "1.0.0-beta01"
21+
androidx-core-splashscreen = "1.2.0"
22+
androidx-navigationevent = "1.0.0-rc01"
2323

2424
coil3 = "3.3.0"
25-
ktor = "3.3.1"
25+
ktor = "3.3.2"
2626
koin = "4.1.1"
2727
okio = "3.16.2"
2828
buildkonfig = "0.17.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)