File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
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 @@ -62,18 +62,18 @@ android {
6262}
6363
6464dependencies {
65- def room_version = ' 2.7.2 '
65+ def room_version = ' 2.8.3 '
6666
6767 implementation " androidx.room:room-runtime:$room_version "
6868 ksp(" androidx.room:room-compiler:$room_version " )
6969 implementation " androidx.room:room-ktx:$room_version "
7070
71- implementation ' androidx.core:core-ktx:1.16 .0'
72- implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.9.2 '
73- implementation ' androidx.activity:activity-compose:1.10.1 '
71+ implementation ' androidx.core:core-ktx:1.17 .0'
72+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 '
73+ implementation ' androidx.activity:activity-compose:1.11.0 '
7474 implementation " androidx.compose.ui:ui:$compose_ui_version "
7575 implementation " androidx.compose.ui:ui-tooling-preview:$compose_ui_version "
76- implementation ' androidx.compose.material:material:1.8.3 '
76+ implementation ' androidx.compose.material:material:1.9.4 '
7777 testImplementation ' junit:junit:4.13.2'
7878 androidTestImplementation ' androidx.test.ext:junit:1.3.0'
7979 androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0'
Original file line number Diff line number Diff line change 1616
1717buildscript {
1818 ext {
19- compose_ui_version = ' 1.8.3 '
19+ compose_ui_version = ' 1.9.4 '
2020 }
2121}// Top-level build file where you can add configuration options common to all sub-projects/modules.
2222plugins {
23- id ' com.android.application' version ' 8.11.1 ' apply false
24- id ' com.android.library' version ' 8.11.1 ' apply false
25- id ' org.jetbrains.kotlin.android' version ' 2.2.0 ' apply false
26- id ' com.google.devtools.ksp' version ' 2.2.0-2.0.2 ' apply false
27- id ' org.jetbrains.kotlin.plugin.compose' version ' 2.2.0 ' apply false
23+ id ' com.android.application' version ' 8.13.0 ' apply false
24+ id ' com.android.library' version ' 8.13.0 ' apply false
25+ id ' org.jetbrains.kotlin.android' version ' 2.2.20 ' apply false
26+ id ' com.google.devtools.ksp' version ' 2.3.0 ' apply false
27+ id ' org.jetbrains.kotlin.plugin.compose' version ' 2.2.20 ' apply false
2828}
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.14.3 -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