From 2ef01d12b40a0c963404ddb04a2b611dc13284b5 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Sun, 10 Aug 2014 16:02:09 +0200 Subject: [PATCH] Mirakel: Remove android-l from beta build; enable. --- metadata/de.azapps.mirakelandroid.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/de.azapps.mirakelandroid.txt b/metadata/de.azapps.mirakelandroid.txt index 013dbca684..bb3ebfb798 100644 --- a/metadata/de.azapps.mirakelandroid.txt +++ b/metadata/de.azapps.mirakelandroid.txt @@ -156,13 +156,13 @@ Build:2.6.2,63 rm -r appcompat/bin Build:2.7-beta1,64 - disable=uses preview sdk target commit=v2.7-beta1 subdir=main gradle=FdroidNormal prebuild=cd ../ && \ cp build/*.gradle . && \ - rm -r appcompat/bin + rm -r appcompat/bin && \ + for buildfile in 'build.gradle' 'main/build.gradle' 'new_ui/build.gradle'; do sed -i -e '/srcDir "res-l"/d' -e '/minSdkVersion \"L\"/d' -e '/targetSdkVersion \"L\"/d' -e '/compileSdkVersion \"android-L\"/d' "${buildfile}"; done Maintainer Notes: Keep 2 release versions in the archive, so don't build more than