1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Revert "Add android-L target to the buildserver"

This reverts commit 7809ef419f.

android-L is a preview, we want to add android-20 when it comes out.
This commit is contained in:
Daniel Martí 2014-08-07 10:29:44 +02:00
parent 27cd65fde5
commit 6767c3f987

View File

@ -66,7 +66,7 @@ end
%w{android-3 android-4 android-5 android-6 android-7 android-8 android-9
android-10 android-11 android-12 android-13 android-14 android-15
android-16 android-17 android-18 android-19 android-20 android-L
android-16 android-17 android-18 android-19 android-20
extra-android-support extra-android-m2repository}.each do |sdk|
script "add_sdk_#{sdk}" do