Skip to content

Commit

Permalink
v2.1 Android - Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed Dec 4, 2024
1 parent 300a255 commit 0689904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ jobs:
- name: Install AppCenter CLI
run: npm install -g appcenter-cli

- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Copy test_resources
Expand Down

0 comments on commit 0689904

Please sign in to comment.