Update Send Reduced to 0.13 (1300)

This commit is contained in:
Boris Kraut 2016-04-29 09:14:04 +02:00
parent 4675b88379
commit 63b0949bb6

View file

@ -77,6 +77,15 @@ Build:0.12,1200
sed -i -e 's/return context.getPackageName().toLowerCase().endsWith("pro")/return true/g' src/mobi/omegacentauri/SendReduced/SendReduced.java
target=android-21
Build:0.13,1300
commit=2d7498493ad044abd206f7f40f1cc97f5768dfe8
prebuild=sed -i -e 's/\r$//' *.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
* <0.11 are MIT licensed