Update Crosswords to 4.4 beta 101 (95)

This commit is contained in:
Boris Kraut 2016-01-05 17:50:13 +01:00
parent 04f2438ad2
commit 137c0f0117

View file

@ -112,6 +112,14 @@ Build:4.4 beta 100,94
../scripts/genvers.sh xw4 XWords4 true true && \
rm -rf ../XWords4-dbg
Build:4.4 beta 101,95
commit=android_beta_101
subdir=xwords4/android/XWords4
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
Maintainer Notes:
Uses GCM, but it's fine since the java library is free software and the app
still works fine without it.