File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins {
1818 id(" com.android.application" )
1919 id(" org.jetbrains.kotlin.android" )
2020 id(" androidx.navigation.safeargs.kotlin" )
21- id(" com.google.devtools.ksp" ) version " 2.1.0 -1.0.29"
21+ id(" com.google.devtools.ksp" ) version " 2.1.10 -1.0.29"
2222 id(" org.jetbrains.kotlin.plugin.compose" )
2323}
2424
@@ -61,9 +61,9 @@ android {
6161}
6262
6363dependencies {
64- implementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
64+ implementation(platform(" androidx.compose:compose-bom:2025.01.00 " ))
6565
66- implementation(" androidx.activity:activity-compose:1.9.3 " )
66+ implementation(" androidx.activity:activity-compose:1.10.0 " )
6767 implementation(" androidx.appcompat:appcompat:1.7.0" )
6868 implementation(" androidx.compose.material3:material3" )
6969 implementation(" androidx.constraintlayout:constraintlayout:2.2.0" )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ buildscript {
2525plugins {
2626 id(" com.android.application" ) version " 8.8.0" apply false
2727 id(" com.android.library" ) version " 8.8.0" apply false
28- id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
28+ id(" org.jetbrains.kotlin.android" ) version " 2.1.10 " apply false
2929 id(" androidx.navigation.safeargs" ) version " 2.8.5" apply false
30- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0 " apply false
30+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.10 " apply false
3131}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments