File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
14
14
- name : Set Up JDK
15
- uses : actions/setup-java@v4
15
+ uses : actions/setup-java@v5
16
16
with :
17
17
distribution : ' zulu' # See 'Supported distributions' for available options
18
18
java-version : ' 17'
Original file line number Diff line number Diff line change 18
18
plugins {
19
19
id(" com.android.application" )
20
20
id(" org.jetbrains.kotlin.android" )
21
- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0 "
21
+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.2.20 "
22
22
}
23
23
24
24
android {
@@ -68,13 +68,13 @@ android {
68
68
}
69
69
70
70
dependencies {
71
- implementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
72
- implementation(" androidx.activity:activity-compose:1.9.3 " )
71
+ implementation(platform(" androidx.compose:compose-bom:2025.09.00 " ))
72
+ implementation(" androidx.activity:activity-compose:1.11.0 " )
73
73
implementation(" androidx.compose.material3:material3" )
74
74
implementation(" androidx.compose.ui:ui" )
75
75
implementation(" androidx.compose.ui:ui-graphics" )
76
76
implementation(" androidx.compose.ui:ui-tooling-preview" )
77
- implementation(" androidx.core:core-ktx:1.15 .0" )
77
+ implementation(" androidx.core:core-ktx:1.17 .0" )
78
78
79
79
debugImplementation(" androidx.compose.ui:ui-test-manifest" )
80
80
debugImplementation(" androidx.compose.ui:ui-tooling" )
Original file line number Diff line number Diff line change 16
16
17
17
// Top-level build file where you can add configuration options common to all sub-projects/modules.
18
18
plugins {
19
- id(" com.android.application" ) version " 8.7.3 " apply false
20
- id(" com.android.library" ) version " 8.7.3 " 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
19
+ id(" com.android.application" ) version " 8.13.0 " apply false
20
+ id(" com.android.library" ) version " 8.13.0 " apply false
21
+ id(" org.jetbrains.kotlin.android" ) version " 2.2.20 " apply false
22
+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.2.20 " apply false
23
23
}
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.11.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -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