Update build_android.yaml

This commit is contained in:
Jing Jin 2025-06-25 00:10:25 -07:00 committed by GitHub
parent 2a95e5853b
commit 3c5302b4fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,5 +21,9 @@ jobs:
steps:
- name: Checkout the source code
uses: actions/checkout@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Build
run: ./gradlew assembleRelease