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 1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Setup secrets
2020 run : |
4545 timeout-minutes : 30
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949
5050 - name : Enable KVM
5151 run : |
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ dependencies {
9999 implementation " io.coil-kt:coil-compose:$coil_version "
100100
101101 def retrofit = " 3.0.0"
102- def okhttp = " 4.12 .0"
102+ def okhttp = " 5.1 .0"
103103 implementation " com.squareup.retrofit2:retrofit:$retrofit "
104104 implementation " com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0"
105105 implementation " org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0"
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.2 -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