File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ android {
6363}
6464
6565dependencies {
66- implementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
67- implementation(" androidx.activity:activity-compose:1.9.3 " )
66+ implementation(platform(" androidx.compose:compose-bom:2025.02.00 " ))
67+ implementation(" androidx.activity:activity-compose:1.10.1 " )
6868 implementation(" androidx.compose.material:material-icons-extended" )
6969 implementation(" androidx.compose.material3:material3" )
7070 implementation(" androidx.compose.ui:ui" )
@@ -74,7 +74,7 @@ dependencies {
7474 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:${rootProject.extra[" lifecycle_version" ]} " )
7575 implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:${rootProject.extra[" lifecycle_version" ]} " )
7676
77- androidTestImplementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
77+ androidTestImplementation(platform(" androidx.compose:compose-bom:2025.02.00 " ))
7878 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
7979 androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
8080 androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ buildscript {
2020}
2121// Top-level build file where you can add configuration options common to all sub-projects/modules.
2222plugins {
23- id(" com.android.application" ) version " 8.8 .0" apply false
24- id(" com.android.library" ) version " 8.8 .0" apply false
25- id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
26- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0 " apply false
23+ id(" com.android.application" ) version " 8.9 .0" apply false
24+ id(" com.android.library" ) version " 8.9 .0" apply false
25+ id(" org.jetbrains.kotlin.android" ) version " 2.1.10 " apply false
26+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.10 " apply false
2727}
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.13 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments