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