File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ android {
67
67
dependencies {
68
68
69
69
// Import the Compose BOM
70
- implementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
71
- implementation(" androidx.activity:activity-compose:1.9.3 " )
70
+ implementation(platform(" androidx.compose:compose-bom:2025.01.00 " ))
71
+ implementation(" androidx.activity:activity-compose:1.10.0 " )
72
72
implementation(" androidx.compose.material3:material3" )
73
73
implementation(" androidx.compose.ui:ui" )
74
74
implementation(" androidx.compose.ui:ui-tooling-preview" )
@@ -85,7 +85,7 @@ dependencies {
85
85
testImplementation(" junit:junit:4.13.2" )
86
86
testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1" )
87
87
88
- androidTestImplementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
88
+ androidTestImplementation(platform(" androidx.compose:compose-bom:2025.01.00 " ))
89
89
androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
90
90
androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
91
91
androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
Original file line number Diff line number Diff line change 19
19
plugins {
20
20
id(" com.android.application" ) version " 8.8.0" apply false
21
21
id(" com.android.library" ) version " 8.8.0" apply false
22
- id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
23
- id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.1.0 " apply false
24
- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0 " apply false
22
+ id(" org.jetbrains.kotlin.android" ) version " 2.1.10 " apply false
23
+ id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.1.10 " apply false
24
+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.10 " apply false
25
25
}
26
26
27
27
tasks.register(" clean" , Delete ::class ) {
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