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 @@ -18,7 +18,7 @@ plugins {
1818 id(" com.android.application" )
1919 id(" org.jetbrains.kotlin.android" )
2020 id(" androidx.navigation.safeargs.kotlin" )
21- id(" com.google.devtools.ksp" ) version " 2.2.0 -2.0.2"
21+ id(" com.google.devtools.ksp" ) version " 2.2.10 -2.0.2"
2222}
2323
2424android {
@@ -59,8 +59,8 @@ android {
5959dependencies {
6060 implementation(" androidx.appcompat:appcompat:1.7.1" )
6161 implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
62- implementation(" androidx.core:core-ktx:1.16 .0" )
63- implementation(" androidx.fragment:fragment-ktx:1.8.8 " )
62+ implementation(" androidx.core:core-ktx:1.17 .0" )
63+ implementation(" androidx.fragment:fragment-ktx:1.8.9 " )
6464 implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
6565 implementation(" androidx.lifecycle:lifecycle-livedata-core-ktx:${rootProject.extra[" arch_lifecycle_version" ]} " )
6666 implementation(" androidx.lifecycle:lifecycle-livedata-ktx:${rootProject.extra[" arch_lifecycle_version" ]} " )
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ buildscript {
2020 extra.apply {
2121 set(" nav_version" , " 2.9.3" )
2222 set(" room_version" , " 2.7.2" )
23- set(" arch_lifecycle_version" , " 2.9.2 " )
23+ set(" arch_lifecycle_version" , " 2.9.3 " )
2424 }
2525}
2626plugins {
27- id(" com.android.application" ) version " 8.11.1 " apply false
28- id(" com.android.library" ) version " 8.11.1 " apply false
29- id(" org.jetbrains.kotlin.android" ) version " 2.2.0 " apply false
27+ id(" com.android.application" ) version " 8.13.0 " apply false
28+ id(" com.android.library" ) version " 8.13.0 " apply false
29+ id(" org.jetbrains.kotlin.android" ) version " 2.2.10 " apply false
3030 id(" androidx.navigation.safeargs" ) version " 2.9.3" 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.14.3 -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