We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2c1c0 commit ce21f45Copy full SHA for ce21f45
.github/workflows/android-build.yml
@@ -16,11 +16,11 @@ jobs:
16
- name: Checkout code
17
uses: actions/checkout@v3
18
19
- - name: Set up JDK 11
+ - name: Set up JDK 17
20
uses: actions/setup-java@v3
21
with:
22
distribution: 'adopt'
23
- java-version: '11'
+ java-version: '17'
24
25
- name: Setup Android SDK
26
uses: android-actions/setup-android@v2
@@ -63,4 +63,4 @@ jobs:
63
echo "CLOUDINARY_URL=$CLOUDINARY_URL" >> $GITHUB_ENV
64
65
- name: Run tests
66
- run: ./gradlew clean connectedCheck --stacktrace
+ run: ./gradlew clean connectedCheck --stacktrace
0 commit comments