Update Crosswords to 4.4.115 (111)

This commit is contained in:
Boris Kraut 2017-01-10 18:22:40 +01:00
parent fa0cc8a139
commit f014da7ac5

View file

@ -176,6 +176,15 @@ Build:4.4.114,109
build=cp ../local.properties ./ && \
ant release
Build:4.4.115,111
commit=android_beta_115
subdir=xwords4/android/XWords4
prebuild=rm -rf ../XWords4-dbg && \
cp ../../../local.properties ./ && \
android update project -p . -t android-23
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.