We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b5dd1 commit 2cb69d8Copy full SHA for 2cb69d8
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup JDK
17
uses: actions/setup-java@v4
18
with:
19
- distrubution: 'oracle'
+ distribution: 'oracle'
20
java-version: '17'
21
- name: Build APK
22
run: cd demo_apk && bash ./gradlew assembleDebug --stacktrace
0 commit comments