File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
1616 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
6060 implementation " androidx.room:room-ktx:$room_version "
6161
6262 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2'
63- implementation ' androidx.core:core-ktx:1.16 .0'
63+ implementation ' androidx.core:core-ktx:1.17 .0'
6464 implementation ' androidx.appcompat:appcompat:1.7.1'
6565 implementation ' com.google.android.material:material:1.12.0'
6666 implementation ' androidx.constraintlayout:constraintlayout:2.2.1'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
2222 mavenCentral()
2323 }
2424 dependencies {
25- classpath ' com.android.tools.build:gradle:8.11.1 '
25+ classpath ' com.android.tools.build:gradle:8.12.0 '
2626 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2727
2828 // NOTE: Do not place your application dependencies here; they belong
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