File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,15 +98,15 @@ jobs:
9898 sudo udevadm trigger --name-match=kvm
9999
100100 - name : Gradle cache
101- uses : actions/cache@v2
101+ uses : actions/cache@v4
102102 with :
103103 path : |
104104 ~/.gradle/caches
105105 ~/.gradle/wrapper
106106 key : gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}
107107
108108 - name : AVD cache
109- uses : actions/cache@v2
109+ uses : actions/cache@v4
110110 id : avd-cache
111111 with :
112112 path : |
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ buildscript {
99 google()
1010 }
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:8.10.0 '
13- classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.8 '
12+ classpath ' com.android.tools.build:gradle:8.10.1 '
13+ classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.13 '
1414 }
1515}
1616
You can’t perform that action at this time.
0 commit comments