Update Crosswords to 4.4.112 (107)

This commit is contained in:
Boris Kraut 2016-10-26 13:35:42 +02:00
parent 0ee911fb74
commit a21cf33c58

View file

@ -158,6 +158,15 @@ Build:4.4.111,106
build=cp ../local.properties ./ && \
ant release
Build:4.4.112,107
commit=android_beta_112
subdir=xwords4/android/XWords4
prebuild=rm -rf ../XWords4-dbg && \
cp ../../../local.properties ./ && \
android update project -p . -t android-19
build=cp ../local.properties ./ && \
ant release
Maintainer Notes:
Uses GCM, but it's fine since the java library is free software and the app
still works fine without it.