Skip to content

Commit 189dc71

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | -------------- | ------------------------------------------------------------------------------------- | ---------- | ---------- | | gradle-version | gradle | 9.2.1 | 9.4.0 | | maven | androidx.compose:compose-bom | 2025.12.00 | 2025.12.01 | | maven | androidx.activity:activity-compose | 1.12.1 | 1.13.0 | | maven | androidx.core:core-ktx | 1.17.0 | 1.18.0 | | maven | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin | 2.2.21 | 2.3.20 | | maven | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin | 2.2.21 | 2.3.20 |
1 parent 6e59c35 commit 189dc71

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
22
agp = "8.13.2"
3-
kotlin = "2.2.21"
4-
coreKtx = "1.17.0"
3+
kotlin = "2.3.20"
4+
coreKtx = "1.18.0"
55
junit = "4.13.2"
66
junitVersion = "1.3.0"
77
espressoCore = "3.7.0"
88
androidxAppcompat="1.7.1"
99
lifecycleRuntimeKtx = "2.10.0"
1010
lifecycleViewmodelCompose = "2.10.0"
11-
activityCompose = "1.12.1"
12-
composeBom = "2025.12.00"
11+
activityCompose = "1.13.0"
12+
composeBom = "2025.12.01"
1313
retrofit = "3.0.0"
1414
moshi = "1.15.2"
1515
okhttpBom = "5.3.2"

gradle/wrapper/gradle-wrapper.jar

3.25 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)