Update Send Reduced to 0.12 (1200)
This commit is contained in:
parent
59fa067929
commit
130761f9aa
|
@ -59,7 +59,6 @@ Build:0.10,1000
|
||||||
sed -i -e 's/return context.getPackageName().toLowerCase().endsWith("pro")/return true/g' src/mobi/omegacentauri/SendReduced/SendReduced.java
|
sed -i -e 's/return context.getPackageName().toLowerCase().endsWith("pro")/return true/g' src/mobi/omegacentauri/SendReduced/SendReduced.java
|
||||||
target=android-21
|
target=android-21
|
||||||
|
|
||||||
# Starting Apache2 license; previous builds are MIT
|
|
||||||
Build:0.11,1100
|
Build:0.11,1100
|
||||||
commit=be3517540ed7463d8e11eadd2413110dc3f9a2eb
|
commit=be3517540ed7463d8e11eadd2413110dc3f9a2eb
|
||||||
prebuild=sed -i -e 's/\r$//' *.sh && \
|
prebuild=sed -i -e 's/\r$//' *.sh && \
|
||||||
|
@ -69,8 +68,18 @@ Build:0.11,1100
|
||||||
sed -i -e 's/return context.getPackageName().toLowerCase().endsWith("pro")/return true/g' src/mobi/omegacentauri/SendReduced/SendReduced.java
|
sed -i -e 's/return context.getPackageName().toLowerCase().endsWith("pro")/return true/g' src/mobi/omegacentauri/SendReduced/SendReduced.java
|
||||||
target=android-21
|
target=android-21
|
||||||
|
|
||||||
|
Build:0.12,1200
|
||||||
|
commit=3514adb1f4cc96acf4f03489383dd57cc9362434
|
||||||
|
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:
|
Maintainer Notes:
|
||||||
* OldRepo for 0.03 - 0.05: https://github.com/arpruss/sendreduced
|
* OldRepo for 0.03 - 0.05: https://github.com/arpruss/sendreduced
|
||||||
|
* <0.11 are MIT licensed
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
|
Loading…
Reference in a new issue