Merge branch 'fix_swaccess' into 'master'

com.unleashyouradventure.swaccess: Fix app crash and enable it

The crash was caused by the missing jsoup lib. Also have raised the used commit to the latest available version and also raised the lib versions of SmashwordsAPI and ImageLoader to avoid some bugs in them.

Build, install and functionality tested.

The app is still crashing when searching for the keyword "test". But this is a bug upstream which i have already reported.

See merge request !505
This commit is contained in:
Boris Kraut 2015-01-17 12:28:46 +00:00
commit 3fad2a9d54

View file

@ -35,10 +35,10 @@ Build:014 beta,14
mv $$Smashwords-API$$/build/libs/SmashwordsAPI-1.0-SNAPSHOT.jar libs/
Build:015 beta,15
disable=WIP, currently crash on android emulator
commit=36
srclibs=1:ActionBarSherlock@4.4.0,Smashwords-API@58,ImageLoader-Novoda@imageloader-parent-1.5.8,Google-Gson@gson-2.2.1
commit=39
srclibs=1:ActionBarSherlock@4.4.0,Smashwords-API@59,ImageLoader-Novoda@imageloader-parent-1.5.9,Google-Gson@gson-2.2.1
rm=libs/*.jar
extlibs=jsoup/jsoup-1.6.3.jar
prebuild=cp -r $$ImageLoader-Novoda$$/src/main/java/com/novoda/ src/com/ && \
sed -i "2d;5s/:/=/g;13,13d;s/compile 'com.google.code.gson:gson:2.2.1'/compile group: 'com.google.code.gson', name: 'gson', version: '2.2.1'/g;s/compile 'org.projectlombok:lombok:1.12.2'/compile group: 'org.projectlombok', name: 'lombok', version: '1.12.2'/g;25,28d" $$Smashwords-API$$/build.gradle && \
cp -r $$Google-Gson$$/src/main/java/com/ src/main/