bump to 24

This commit is contained in:
tobiaskaminsky 2017-09-20 14:52:59 +02:00 committed by AndyScherzinger
parent 6dafecf753
commit 98020f6feb
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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