Update NewsBlur to 4.6.1b2 (112)
This commit is contained in:
parent
24c4a41721
commit
0505aa3b6e
|
@ -576,6 +576,7 @@ Build:4.6.0,110
|
|||
cp $$OkIo$$/okio/target/okio-1.3.0.jar libs/
|
||||
|
||||
Build:4.6.1b1,111
|
||||
disable=pre-release
|
||||
commit=0117bbc8154970384e1ab2297dd7119889e107d0
|
||||
subdir=clients/android/NewsBlur
|
||||
srclibs=Google-Gson@gson-2.2.4,OkHttp@parent-2.3.0,OkIo@okio-parent-1.3.0
|
||||
|
@ -595,6 +596,26 @@ Build:4.6.1b1,111
|
|||
popd && \
|
||||
cp $$OkIo$$/okio/target/okio-1.3.0.jar libs/
|
||||
|
||||
Build:4.6.1b2,112
|
||||
commit=27cf1f1a10c8981ee91549457c3228af99e8d75d
|
||||
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
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:4.6.1b2
|
||||
|
|
Loading…
Reference in a new issue