Skip to content

Commit a3f4b35

Browse files
Update build.yml
1 parent 0d1dcaa commit a3f4b35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ jobs:
146146
with:
147147
java-version: '17'
148148
distribution: 'temurin'
149+
- uses: gradle/actions/setup-gradle@v4
150+
id: setup-gradle
151+
with:
152+
gradle-version: '8.14.3'
149153
# Set up JDK 17 using the "actions/setup-java" action.
150154
- name: Setup Android SDK
151155
uses: android-actions/setup-android@v3

0 commit comments

Comments
 (0)