Update Mirakel to 2.7 (67)

This commit is contained in:
F-Droid Builder 2014-08-24 04:06:59 +01:00 committed by Ciaran Gultnieks
parent 7ec6268377
commit a5ddf3eec6

View file

@ -164,6 +164,15 @@ Build:2.7-beta1,64
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
Build:2.7,67
commit=v2.7
subdir=main
gradle=FdroidNormal
prebuild=cd ../ && \
cp build/*.gradle . && \
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
4 beta versions!
@ -172,6 +181,6 @@ Keep 2 release versions in the archive, so don't build more than
Archive Policy:6 versions
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9.]*$
Current Version:2.6.2
Current Version Code:63
Current Version:2.7
Current Version Code:67