We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad8a531 + 6b069cd commit 7ede44fCopy full SHA for 7ede44f
1 file changed
.github/workflows/android-build.yml
@@ -42,7 +42,7 @@ jobs:
42
run: bun install
43
44
- name: Setup JDK 17
45
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
46
with:
47
distribution: 'zulu'
48
java-version: 17
@@ -71,7 +71,7 @@ jobs:
71
run: sed -i "s/newArchEnabled=true/newArchEnabled=false/g" example/android/gradle.properties
72
73
74
75
76
77
0 commit comments