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,9 +65,9 @@ android {
65
65
66
66
dependencies {
67
67
68
- implementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
69
- implementation(" androidx.activity:activity-compose:1.9.3 " )
70
- implementation(" androidx.activity:activity-ktx:1.9.3 " )
68
+ implementation(platform(" androidx.compose:compose-bom:2025.02.00 " ))
69
+ implementation(" androidx.activity:activity-compose:1.10.0 " )
70
+ implementation(" androidx.activity:activity-ktx:1.10.0 " )
71
71
implementation(" androidx.appcompat:appcompat:1.7.0" )
72
72
implementation(" androidx.compose.material3:material3" )
73
73
implementation(" androidx.compose.runtime:runtime" )
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ buildscript {
26
26
plugins {
27
27
id(" com.android.application" ) version " 8.8.0" apply false
28
28
id(" com.android.library" ) version " 8.8.0" apply false
29
- id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
30
- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0 " apply false
29
+ id(" org.jetbrains.kotlin.android" ) version " 2.1.10 " apply false
30
+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.10 " apply false
31
31
}
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