From 98020f6feba192a92d8bb566de9a632290764e6d Mon Sep 17 00:00:00 2001 From: tobiaskaminsky Date: Wed, 20 Sep 2017 14:52:59 +0200 Subject: [PATCH] bump to 24 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e239959df4..7e548a4274 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ pipeline: test: - image: nextcloudci/android:android-23 + image: nextcloudci/android:android-24 commands: # uncomment gplay for Gplay, Modified only - sh -c "if [ '$FLAVOUR' != 'Generic' ]; then sed -i '/.*com.google.*/s/^.*\\/\\///g' build.gradle; fi" @@ -29,7 +29,7 @@ pipeline: - LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/:/opt/android-sdk-linux/tools/lib64/gles_mesa/ lint: - image: nextcloudci/android:android-23 + image: nextcloudci/android:android-24 commands: # needs gplay - sed -i '/.*com.google.*/s/^.*\\/\\///g' build.gradle