Lffl Feed Reader: Prepare 2.0 (10) and try to get FadingActionBar to work..
This commit is contained in:
parent
cabba88d56
commit
409e95feb5
|
@ -31,6 +31,23 @@ Build:1.0,1
|
||||||
popd && \
|
popd && \
|
||||||
cp $$JSoup$$/target/jsoup-1.8.1.jar $$Crouton$$/target/*.jar $$FadingActionBar$$/bin/classes.jar libs/
|
cp $$JSoup$$/target/jsoup-1.8.1.jar $$Crouton$$/target/*.jar $$FadingActionBar$$/bin/classes.jar libs/
|
||||||
|
|
||||||
|
Build:2.0,10
|
||||||
|
disable=doesn't build
|
||||||
|
commit=2.0
|
||||||
|
srclibs=Crouton@1.8.1,2:FadingActionBar@1c148b91867259ea43e6343d8afb69d106168b46,3:LazyList@be926df2ec5ff81693251629748ed38655075393,JSoup@jsoup-1.8.1.a
|
||||||
|
extlibs=android/android-support-v4r11.jar
|
||||||
|
prebuild=sed -i -e '/Crouton/d' project.properties && \
|
||||||
|
$$MVN3$$ install:install-file -DgroupId=com.google.android -DartifactId=support-v4 -Dversion=r11 -Dpackaging=jar -Dfile=libs/android-support-v4r11.jar && \
|
||||||
|
pushd $$Crouton$$ && $$MVN3$$ package && popd && \
|
||||||
|
pushd $$JSoup$$ && $$MVN3$$ package && popd && \
|
||||||
|
cp $$JSoup$$/target/jsoup-1.8.1.jar $$Crouton$$/target/crouton-1.8.1.jar libs/ && \
|
||||||
|
pushd $$FadingActionBar$$ && android update lib-project -t android-21 -p ./ && sed -i -e 's/name="library"/name="FadingActionBar"/g' build.xml && echo "android.library=true" >> project.properties && popd
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
I can't get FadingActionBar to work right, see
|
||||||
|
https://github.com/enricocid/lffl-feed-reader/issues/1
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:2.0
|
Current Version:2.0
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/ManuelPeinado/FadingActionBar
|
Repo:https://github.com/ManuelPeinado/FadingActionBar
|
||||||
Subdir:library
|
Subdir:library
|
||||||
Prepare:android update lib-project -t android-21 -p ./ && sed -i -e 's/name="library"/name="FadingActionBar"/g' build.xml
|
|
||||||
|
|
Loading…
Reference in a new issue