Update Send Reduced to 0.09 (900)

This commit is contained in:
Boris Kraut 2016-01-07 11:53:12 +01:00
parent b63f7f8e39
commit a718e8d7c2

View file

@ -41,6 +41,15 @@ Build:0.08,8
sed -i -e 's/return context.getPackageName().toLowerCase().endsWith("pro")/return true/g' src/mobi/omegacentauri/SendReduced/SendReduced.java
target=android-21
Build:0.09,900
commit=4babd064459838d4fe1472912ad443f9a7c35506
prebuild=dos2unix *.sh && \
chmod +x *.sh && \
sed -i -e '/1/i#!/bin/sh\n' *.sh && \
./toNormal.sh && \
sed -i -e 's/return context.getPackageName().toLowerCase().endsWith("pro")/return true/g' src/mobi/omegacentauri/SendReduced/SendReduced.java
target=android-21
Maintainer Notes:
* OldRepo for 0.03 - 0.05: https://github.com/arpruss/sendreduced
.