Update android.yml

This commit is contained in:
NOURELDEEN ELSAYED 2024-10-30 04:38:24 +03:00 committed by GitHub
parent ed3ed5e920
commit 4473dec0f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: gradle