Skip to content

Commit

Permalink
Fix README example
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarShehata authored and ViliusSutkus89 committed Sep 25, 2023
1 parent 1cb03f0 commit a3da945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -28,7 +28,8 @@ steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
java-version: 1.8
java-version: '17'
distribution: 'temurin'

- name: Setup Android SDK
uses: android-actions/setup-android@v2
Expand Down

0 comments on commit a3da945

Please sign in to comment.