File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ android {
63
63
}
64
64
65
65
dependencies {
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.0 " )
68
68
implementation(" androidx.compose.material3:material3" )
69
69
implementation(" androidx.compose.ui:ui" )
70
70
implementation(" androidx.compose.ui:ui-graphics" )
Original file line number Diff line number Diff line change 15
15
*/
16
16
// Top-level build file where you can add configuration options common to all sub-projects/modules.
17
17
plugins {
18
- id(" com.android.application" ) version " 8.8.0 " apply false
19
- id(" com.android.library" ) version " 8.8.0 " apply false
20
- id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
21
- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0 " apply false
18
+ id(" com.android.application" ) version " 8.8.1 " apply false
19
+ id(" com.android.library" ) version " 8.8.1 " apply false
20
+ id(" org.jetbrains.kotlin.android" ) version " 2.1.10 " apply false
21
+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.10 " apply false
22
22
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments