Skip to content

Commit 6a9000a

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | -------------- | ------------------------------------------------------------------------------------- | ---------- | ---------- | | gradle-version | gradle | 9.2.1 | 9.3.0 | | maven | androidx.compose:compose-bom | 2025.12.00 | 2025.12.01 | | maven | androidx.activity:activity-compose | 1.12.1 | 1.12.2 | | maven | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin | 2.2.21 | 2.3.0 | | maven | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin | 2.2.21 | 2.3.0 |
1 parent 6e59c35 commit 6a9000a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 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"
3+
kotlin = "2.3.0"
44
coreKtx = "1.17.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.12.2"
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

542 Bytes
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.3.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)