diff --git a/.drone.yml b/.drone.yml index c262805f35..b00a744da8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ pipeline: test: - image: nextcloudci/android:android-7 + image: nextcloudci/android:android-14 commands: - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M - emulator -avd test -no-window &