File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ android {
6565
6666dependencies {
6767
68- implementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
69- implementation(" androidx.activity:activity-compose:1.9.3 " )
68+ implementation(platform(" androidx.compose:compose-bom:2025.02.00 " ))
69+ implementation(" androidx.activity:activity-compose:1.10.0 " )
7070 implementation(" androidx.compose.material3:material3" )
7171 implementation(" androidx.compose.ui:ui" )
7272 implementation(" androidx.compose.ui:ui-tooling" )
@@ -76,7 +76,7 @@ dependencies {
7676
7777 testImplementation(" junit:junit:4.13.2" )
7878
79- androidTestImplementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
79+ androidTestImplementation(platform(" androidx.compose:compose-bom:2025.02.00 " ))
8080 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
8181 androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
8282 androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
Original file line number Diff line number Diff line change 1818plugins {
1919 id(" com.android.application" ) version " 8.8.0" apply false
2020 id(" com.android.library" ) version " 8.8.0" apply false
21- id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
22- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0 " apply false
21+ id(" org.jetbrains.kotlin.android" ) version " 2.1.10 " apply false
22+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.10 " apply false
2323}
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