Crosswords: Fix builds
This commit is contained in:
parent
99b860fdbf
commit
b091928027
|
@ -143,6 +143,21 @@ Build:4.4.107,101
|
||||||
commit=android_beta_107
|
commit=android_beta_107
|
||||||
subdir=xwords4/android/XWords4/app
|
subdir=xwords4/android/XWords4/app
|
||||||
|
|
||||||
|
Build:4.4.108,103
|
||||||
|
commit=android_beta_108
|
||||||
|
subdir=xwords4/android/XWords4
|
||||||
|
prebuild=android update project -p . -t android-14 && \
|
||||||
|
rm -rf ../XWords4-dbg
|
||||||
|
|
||||||
|
Build:4.4.111,106
|
||||||
|
commit=android_beta_111
|
||||||
|
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:
|
Maintainer Notes:
|
||||||
Uses GCM, but it's fine since the java library is free software and the app
|
Uses GCM, but it's fine since the java library is free software and the app
|
||||||
still works fine without it.
|
still works fine without it.
|
||||||
|
|
Loading…
Reference in a new issue