summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-10-28 23:20:23 +0200
committerByteHamster <info@bytehamster.com>2021-10-29 00:10:22 +0200
commitda50f4323234370ecd0209819f0c7c9c0705bdd2 (patch)
tree1e16f8fd10c875a46efb8c534295e3e4269b1959 /.github
parent345aad4148f133477e40c232a8e855dfd28e0654 (diff)
downloadantennapod-da50f4323234370ecd0209819f0c7c9c0705bdd2.zip
Declare intent mutability for Android 12 compatibility
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android-emulator.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android-emulator.yml b/.github/workflows/android-emulator.yml
index eed69911a..c8e66e14f 100644
--- a/.github/workflows/android-emulator.yml
+++ b/.github/workflows/android-emulator.yml
@@ -9,11 +9,11 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- - name: Set up JDK 8
+ - name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'adopt'
- java-version: '8'
+ java-version: '11'
- name: Wrapper validation
uses: gradle/wrapper-validation-action@v1
- name: Build with Gradle