File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - name : Set Up JDK
17- uses : actions/setup-java@v4
17+ uses : actions/setup-java@v5
1818 with :
1919 distribution : ' zulu' # See 'Supported distributions' for available options
2020 java-version : ' 17'
Original file line number Diff line number Diff line change @@ -65,21 +65,21 @@ android {
6565
6666dependencies {
6767
68- implementation(platform(" androidx.compose:compose-bom:2024.12 .01" ))
69- implementation(" androidx.activity:activity-compose:1.9.3 " )
68+ implementation(platform(" androidx.compose:compose-bom:2025.08 .01" ))
69+ implementation(" androidx.activity:activity-compose:1.10.1 " )
7070 implementation(" androidx.compose.material3:material3" )
7171 implementation(" androidx.compose.ui:ui" )
7272 implementation(" androidx.compose.ui:ui-tooling" )
7373 implementation(" androidx.compose.ui:ui-tooling-preview" )
74- implementation(" androidx.core:core-ktx:1.15 .0" )
75- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 " )
74+ implementation(" androidx.core:core-ktx:1.17 .0" )
75+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.3 " )
7676
7777 testImplementation(" junit:junit:4.13.2" )
7878
79- androidTestImplementation(platform(" androidx.compose:compose-bom:2024.12 .01" ))
79+ androidTestImplementation(platform(" androidx.compose:compose-bom:2025.08 .01" ))
8080 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
81- androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1 " )
82- androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
81+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.7.0 " )
82+ androidTestImplementation(" androidx.test.ext:junit:1.3.0 " )
8383
8484 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
8585}
Original file line number Diff line number Diff line change 1616
1717// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818plugins {
19- id(" com.android.application" ) version " 8.8 .0" apply false
20- id(" com.android.library" ) version " 8.8.0 " 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.12.2 " apply false
21+ id(" org.jetbrains.kotlin.android" ) version " 2.2.10 " apply false
22+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.2.10 " apply false
2323}
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