We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a006abf commit e058106Copy full SHA for e058106
.github/workflows/android-ci.yml
@@ -28,7 +28,7 @@ jobs:
28
run: yarn --frozen-lockfile
29
shell: bash
30
- name: Build Android test app
31
- uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 #v3.3.2
+ uses: gradle/gradle-build-action@v2
32
with:
33
gradle-version: wrapper
34
arguments: -PnewArchEnabled=${{matrix.newArchEnabled}} --no-daemon clean build check test
0 commit comments