Crosswords: update MN, clean up builds

This commit is contained in:
Daniel Martí 2015-09-22 13:21:49 -07:00
parent 0533ccf206
commit 8fe78b1000

View file

@ -78,8 +78,7 @@ Build:4.4 beta 96,89
prebuild=android update project -p . -t android-14 && \
../scripts/gen_gcmid.sh xw4 > src/org/eehouse/android/xw4/GCMConsts.java && \
../scripts/genvers.sh xw4 XWords4 true true && \
rm -rf ../XWords4-dbg && \
true
rm -rf ../XWords4-dbg
buildjni=no
Build:4.4 beta 97,90
@ -88,8 +87,7 @@ Build:4.4 beta 97,90
prebuild=android update project -p . -t android-14 && \
../scripts/gen_gcmid.sh xw4 > src/org/eehouse/android/xw4/GCMConsts.java && \
../scripts/genvers.sh xw4 XWords4 true true && \
rm -rf ../XWords4-dbg && \
true
rm -rf ../XWords4-dbg
buildjni=no
Build:4.4 beta 98,91
@ -98,12 +96,12 @@ Build:4.4 beta 98,91
prebuild=android update project -p . -t android-14 && \
../scripts/gen_gcmid.sh xw4 > src/org/eehouse/android/xw4/GCMConsts.java && \
../scripts/genvers.sh xw4 XWords4 true true && \
rm -rf ../XWords4-dbg && \
true
rm -rf ../XWords4-dbg
buildjni=no
Maintainer Notes:
Uses GCM since 4.4 .. why didn't we catch that?
Uses GCM, but it's fine since the java library is free software and the app
still works fine without it.
.
Auto Update Mode:None