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.30 "
2222 id(" org.jetbrains.kotlin.plugin.compose" )
2323}
2424
@@ -61,14 +61,14 @@ android {
6161}
6262
6363dependencies {
64- implementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
64+ implementation(platform(" androidx.compose:compose-bom:2025.02.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" )
7070 implementation(" androidx.core:core-ktx:1.15.0" )
71- implementation(" androidx.fragment:fragment-ktx:1.8.5 " )
71+ implementation(" androidx.fragment:fragment-ktx:1.8.6 " )
7272 implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
7373 implementation(" androidx.lifecycle:lifecycle-livedata-core-ktx:${rootProject.extra[" arch_lifecycle_version" ]} " )
7474 implementation(" androidx.lifecycle:lifecycle-livedata-ktx:${rootProject.extra[" arch_lifecycle_version" ]} " )
Original file line number Diff line number Diff line change 1616
1717buildscript {
1818 extra.apply {
19- set(" nav_version" , " 2.8.5 " )
19+ set(" nav_version" , " 2.8.7 " )
2020 set(" room_version" , " 2.6.1" )
2121 set(" arch_lifecycle_version" , " 2.8.7" )
2222 }
2323}
2424// Top-level build file where you can add configuration options common to all sub-projects/modules.
2525plugins {
26- id(" com.android.application" ) version " 8.8.0 " apply false
27- id(" com.android.library" ) version " 8.8.0 " apply false
28- id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
29- id(" androidx.navigation.safeargs" ) version " 2.8.5 " apply false
30- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0 " apply false
26+ id(" com.android.application" ) version " 8.8.1 " apply false
27+ id(" com.android.library" ) version " 8.8.1 " apply false
28+ id(" org.jetbrains.kotlin.android" ) version " 2.1.10 " apply false
29+ id(" androidx.navigation.safeargs" ) version " 2.8.7 " 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