forked from mirrors/principia
Bump Android API and SDK versions
This commit is contained in:
parent
489ee15363
commit
902e42e09d
6 changed files with 27 additions and 23 deletions
9
.github/workflows/android.yml
vendored
9
.github/workflows/android.yml
vendored
|
|
@ -24,10 +24,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install deps
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends openjdk-11-jdk-headless
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
|
||||
- name: Build with gradle
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue