Update Crosswords to 4.4.114 (109)

This commit is contained in:
Boris Kraut 2016-11-29 18:47:44 +01:00
parent 69916c41ed
commit e754e90bf8

View file

@ -167,6 +167,15 @@ Build:4.4.112,107
build=cp ../local.properties ./ && \
ant release
Build:4.4.114,109
commit=android_beta_114
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.