File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 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 @@ -20,8 +20,8 @@ buildscript {
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
23+ id ' com.android.application' version ' 8.12.0 ' apply false
24+ id ' com.android.library' version ' 8.12.0 ' apply false
2525 id ' org.jetbrains.kotlin.android' version ' 2.2.0' apply false
2626 id ' com.google.devtools.ksp' version ' 2.2.0-2.0.2' apply false
2727 id ' org.jetbrains.kotlin.plugin.compose' version ' 2.2.0' apply false
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