From 45de489aef4c78123cc8c08ae10e5f89f0256676 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Mon, 17 Apr 2023 10:13:48 +0200 Subject: [PATCH] Bump to latest android8 CI to support jdk >11 Signed-off-by: tobiasKaminsky --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5fd2aa73e..1b90ffa6c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: generic steps: - name: generic - image: ghcr.io/nextcloud/continuous-integration-android8:2 + image: ghcr.io/nextcloud/continuous-integration-android8:3 commands: - ./gradlew --console=plain assembleGeneric @@ -23,7 +23,7 @@ name: gplay steps: - name: gplay - image: ghcr.io/nextcloud/continuous-integration-android8:2 + image: ghcr.io/nextcloud/continuous-integration-android8:3 commands: - ./gradlew --console=plain assembleGplay @@ -42,7 +42,7 @@ name: tests steps: - name: all - image: ghcr.io/nextcloud/continuous-integration-android8:2 + image: ghcr.io/nextcloud/continuous-integration-android8:3 privileged: true commands: - emulator -avd android -no-snapshot -gpu swiftshader_indirect -no-window -no-audio -skin 500x833 &