Skip to content

Commit 32a6782

Browse files
update deps 2
1 parent d4c42d8 commit 32a6782

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)