File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ jobs:
1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414
1515 - name : Set Up JDK
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 distribution : ' zulu' # See 'Supported distributions' for available options
1919 java-version : ' 17'
2020 cache : ' gradle'
2121
2222 - name : Setup Gradle
23- uses : gradle/actions/setup-gradle@v4
23+ uses : gradle/actions/setup-gradle@v5
2424
2525 - name : Setup Android SDK
2626 uses : android-actions/setup-android@v3
Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ android {
6464
6565dependencies {
6666
67- implementation(platform(" androidx.compose:compose-bom:2024.12 .01" ))
68- implementation(" androidx.activity:activity-compose:1.9.3 " )
67+ implementation(platform(" androidx.compose:compose-bom:2025.09 .01" ))
68+ implementation(" androidx.activity:activity-compose:1.11.0 " )
6969 implementation(" androidx.compose.material3:material3" )
7070 implementation(" androidx.compose.ui:ui" )
7171 implementation(" androidx.compose.ui:ui-graphics" )
7272 implementation(" androidx.compose.ui:ui-tooling-preview" )
73- implementation(" androidx.core:core-ktx:1.15 .0" )
74- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 " )
75- implementation(" androidx.navigation:navigation-compose:2.8 .5" )
73+ implementation(" androidx.core:core-ktx:1.17 .0" )
74+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 " )
75+ implementation(" androidx.navigation:navigation-compose:2.9 .5" )
7676
7777 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
7878 debugImplementation(" androidx.compose.ui:ui-tooling" )
Original file line number Diff line number Diff line change 1515 */
1616// Top-level build file where you can add configuration options common to all sub-projects/modules.
1717plugins {
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.13 .0" apply false
19+ id(" com.android.library" ) version " 8.13 .0" apply false
20+ id(" org.jetbrains.kotlin.android" ) version " 2.2.20 " apply false
21+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.2.20 " apply false
2222}
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-9.1.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments