Skip to content

Commit a3da945

Browse files
OmarShehataViliusSutkus89
authored andcommitted
Fix README example
1 parent 1cb03f0 commit a3da945

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ steps:
2828
- name: Set up JDK 1.8
2929
uses: actions/setup-java@v3
3030
with:
31-
java-version: 1.8
31+
java-version: '17'
32+
distribution: 'temurin'
3233

3334
- name: Setup Android SDK
3435
uses: android-actions/setup-android@v2

0 commit comments

Comments
 (0)