File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1717plugins {
1818 id(" com.android.application" )
1919 id(" org.jetbrains.kotlin.android" )
20- id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.1.0 "
20+ id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.1.20 "
2121 id(" org.jetbrains.kotlin.plugin.compose" )
2222}
2323
@@ -66,9 +66,9 @@ android {
6666
6767dependencies {
6868
69- implementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
70- implementation(" androidx.activity:activity-compose:1.9.3 " )
71- implementation(" androidx.activity:activity-ktx:1.9.3 " )
69+ implementation(platform(" androidx.compose:compose-bom:2025.03.00 " ))
70+ implementation(" androidx.activity:activity-compose:1.10.1 " )
71+ implementation(" androidx.activity:activity-ktx:1.10.1 " )
7272 implementation(" androidx.compose.material3:material3" )
7373 implementation(" androidx.compose.ui:ui" )
7474 implementation(" androidx.compose.ui:ui-graphics" )
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ buildscript {
2424}
2525
2626plugins {
27- id(" com.android.application" ) version " 8.8.0 " apply false
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
27+ id(" com.android.application" ) version " 8.9.1 " apply false
28+ id(" com.android.library" ) version " 8.9.1 " apply false
29+ id(" org.jetbrains.kotlin.android" ) version " 2.1.20 " apply false
30+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.20 " apply false
3131}
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