diff options
| author | Albin <albin@mullvad.net> | 2022-12-02 21:32:39 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-12-08 15:38:28 +0100 |
| commit | 4696b089d3b9adfb09c31c2c76aa3e47cc407b46 (patch) | |
| tree | ffd689eee76634a4fff9aa2b58fc47024ece31cb /.github | |
| parent | 70c55f181a02bad6994e3e26abdd9b0b93c4b581 (diff) | |
| download | mullvadvpn-4696b089d3b9adfb09c31c2c76aa3e47cc407b46.tar.xz mullvadvpn-4696b089d3b9adfb09c31c2c76aa3e47cc407b46.zip | |
Bump Android project to java 11 and gradle 7.6
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 9337863549..5868913197 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -101,7 +101,7 @@ jobs: - name: Build Android app uses: burrunan/gradle-cache-action@v1 with: - job-id: jdk8 + job-id: jdk11 arguments: assembleDebug gradle-version: wrapper build-root-directory: android @@ -109,7 +109,7 @@ jobs: - name: Run unit tests uses: burrunan/gradle-cache-action@v1 with: - job-id: jdk8 + job-id: jdk11 arguments: testDebugUnitTest gradle-version: wrapper build-root-directory: android @@ -118,7 +118,7 @@ jobs: - name: Assemble instrumented test apk uses: burrunan/gradle-cache-action@v1 with: - job-id: jdk8 + job-id: jdk11 arguments: assembleAndroidTest gradle-version: wrapper build-root-directory: android |
