[android] Fixed gradle outputs path

This commit is contained in:
Alexander Zolotarev 2014-06-18 23:53:22 -10:00
parent ad0bfc8b83
commit 0380227b0a

View file

@ -42,5 +42,5 @@ cat countries_to_generate.txt | while read country; do
"-PGWMappName=GuideWithMe $TITLE" clean assembleRelease
popd
cp ../../android/build/apk/*release.apk Countries/$country/
cp ../../android/build/outputs/apk/*release.apk Countries/$country/
done