Merge branch 'fix_podcast' into 'master'

SoundWaves: Fix build

Build, install and functionality tested

Seems 4GB of JavaVM memory is to high for a 32bit machine. Have also tested 3GB which also failed.

See merge request !611
This commit is contained in:
Boris Kraut 2015-03-08 09:14:24 +00:00
commit 6494bec205

View file

@ -28,7 +28,8 @@ Build:0.70,84
subdir=app
gradle=free
rm=app/src/amazon/libs/*.jar
prebuild=sed -i -e '/amazonCompile/d' -e '/googleCompile/d' build.gradle
prebuild=sed -i -e '/amazonCompile/d' -e '/googleCompile/d' build.gradle && \
sed -i -e 's/javaMaxHeapSize "4g"/javaMaxHeapSize "2g"/g' build.gradle
Maintainer Notes:
VC and verison name seems to be mixed up..