File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 - name : Set Up JDK
20- uses : actions/setup-java@v4
20+ uses : actions/setup-java@v5
2121 with :
2222 distribution : ' zulu' # See 'Supported distributions' for available options
2323 java-version : ' 17'
Original file line number Diff line number Diff line change 1717plugins {
1818 id(" com.android.application" )
1919 id(" org.jetbrains.kotlin.android" )
20- id(" com.google.devtools.ksp" ) version " 2.1.0-1 .0.29 "
20+ id(" com.google.devtools.ksp" ) version " 2.2.10-2 .0.2 "
2121 id(" org.jetbrains.kotlin.plugin.compose" )
2222}
2323
@@ -58,13 +58,13 @@ android {
5858
5959dependencies {
6060
61- implementation(platform(" androidx.compose:compose-bom:2024.12 .01" ))
61+ implementation(platform(" androidx.compose:compose-bom:2025.08 .01" ))
6262
63- implementation(" androidx.activity:activity-compose:1.9.3 " )
63+ implementation(" androidx.activity:activity-compose:1.10.1 " )
6464 implementation(" androidx.compose.material3:material3" )
6565 implementation(" androidx.compose.ui:ui" )
6666 implementation(" androidx.compose.ui:ui-tooling-preview" )
67- implementation(" androidx.core:core-ktx:1.15 .0" )
67+ implementation(" androidx.core:core-ktx:1.17 .0" )
6868 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:${rootProject.extra[" arch_lifecycle_version" ]} " )
6969 implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:${rootProject.extra[" arch_lifecycle_version" ]} " )
7070 implementation(" androidx.room:room-ktx:${rootProject.extra[" room_version" ]} " )
Original file line number Diff line number Diff line change 1818
1919buildscript {
2020 extra.apply {
21- set(" arch_lifecycle_version" , " 2.8.7 " )
22- set(" room_version" , " 2.6.1 " )
21+ set(" arch_lifecycle_version" , " 2.9.3 " )
22+ set(" room_version" , " 2.7.2 " )
2323 }
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.12.2 " apply false
28+ id(" com.android.library" ) version " 8.12.2 " apply false
29+ id(" org.jetbrains.kotlin.android" ) version " 2.2.10 " apply false
30+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.2.10 " 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-9.0.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments