Update NewsBlur to 4.5.0b3 (105)
This commit is contained in:
parent
96857d93a2
commit
696dc87ba7
|
@ -495,10 +495,25 @@ Build:4.5.0b2,104
|
||||||
popd && \
|
popd && \
|
||||||
cp $$OkIo$$/okio/target/okio-1.3.0.jar libs/
|
cp $$OkIo$$/okio/target/okio-1.3.0.jar libs/
|
||||||
|
|
||||||
Maintainer Notes:
|
Build:4.5.0b3,105
|
||||||
No tags, but commits are usually clearly marked. Note that the android client is
|
commit=8348c40a504aef08006bb5d94c34290699a1b1b7
|
||||||
just a small part of the larger repo.
|
subdir=clients/android/NewsBlur
|
||||||
.
|
srclibs=Google-Gson@gson-2.2.4,OkHttp@parent-2.3.0,OkIo@okio-parent-1.3.0
|
||||||
|
rm=clients/android/NewsBlur/libs/ok*.jar,clients/android/NewsBlur/libs/gson*.jar
|
||||||
|
prebuild=cp -r $$Google-Gson$$/src/main/java/com src/ && \
|
||||||
|
cd ../.. && \
|
||||||
|
ls | grep -v android | xargs rm -rf && \
|
||||||
|
cd .. && \
|
||||||
|
ls | grep -v clients | xargs rm -rf
|
||||||
|
build=pushd $$OkHttp$$ && \
|
||||||
|
$$MVN3$$ package -DskipTests && \
|
||||||
|
popd && \
|
||||||
|
cp $$OkHttp$$/okhttp-android-support/target/okhttp-android-support-2.3.0.jar libs/ && \
|
||||||
|
cp $$OkHttp$$/okhttp/target/okhttp-2.3.0.jar libs/ && \
|
||||||
|
pushd $$OkIo$$ && \
|
||||||
|
$$MVN3$$ package -DskipTests && \
|
||||||
|
popd && \
|
||||||
|
cp $$OkIo$$/okio/target/okio-1.3.0.jar libs/
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
|
|
Loading…
Reference in a new issue