File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ android {
6666
6767dependencies {
6868
69- implementation(platform(" androidx.compose:compose-bom:2024.11 .00" ))
70- implementation(" androidx.activity:activity-compose:1.9.3 " )
69+ implementation(platform(" androidx.compose:compose-bom:2025.04 .00" ))
70+ implementation(" androidx.activity:activity-compose:1.10.1 " )
7171 implementation(" androidx.compose.material:material-icons-extended" )
7272 implementation(" androidx.compose.material3:material3" )
7373 implementation(" androidx.compose.ui:ui" )
7474 implementation(" androidx.compose.ui:ui-graphics" )
7575 implementation(" androidx.compose.ui:ui-tooling-preview" )
76- implementation(" androidx.core:core-ktx:1.15 .0" )
76+ implementation(" androidx.core:core-ktx:1.16 .0" )
7777 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7" )
7878
7979 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
Original file line number Diff line number Diff line change 1717// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818
1919plugins {
20- id(" com.android.application" ) version " 8.7.3 " apply false
21- id(" com.android.library" ) version " 8.7.3 " apply false
22- id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
23- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0 " apply false
20+ id(" com.android.application" ) version " 8.9.1 " apply false
21+ id(" com.android.library" ) version " 8.9.1 " apply false
22+ id(" org.jetbrains.kotlin.android" ) version " 2.1.20 " apply false
23+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.20 " apply false
2424}
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.11.1 -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