mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update CV of NewsBlur to 4.3.0b2 (93)
This commit is contained in:
parent
b6fde97f2e
commit
dc37e68342
1 changed files with 8 additions and 4 deletions
|
|
@ -285,10 +285,14 @@ Build:4.3.0b1,92
|
||||||
ls | grep -v android | xargs rm -rf && \
|
ls | grep -v android | xargs rm -rf && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
ls | grep -v clients | xargs rm -rf
|
ls | grep -v clients | xargs rm -rf
|
||||||
build=pushd $$OkHttp$$ && $$MVN3$$ package -DskipTests && popd && \
|
build=pushd $$OkHttp$$ && \
|
||||||
|
$$MVN3$$ package -DskipTests && \
|
||||||
|
popd && \
|
||||||
cp $$OkHttp$$/okhttp-android-support/target/okhttp-android-support-2.3.0.jar libs/ && \
|
cp $$OkHttp$$/okhttp-android-support/target/okhttp-android-support-2.3.0.jar libs/ && \
|
||||||
cp $$OkHttp$$/okhttp/target/okhttp-2.3.0.jar libs/ && \
|
cp $$OkHttp$$/okhttp/target/okhttp-2.3.0.jar libs/ && \
|
||||||
pushd $$OkIo$$ && $$MVN3$$ package -DskipTests && popd && \
|
pushd $$OkIo$$ && \
|
||||||
|
$$MVN3$$ package -DskipTests && \
|
||||||
|
popd && \
|
||||||
cp $$OkIo$$/okio/target/okio-1.3.0.jar libs/
|
cp $$OkIo$$/okio/target/okio-1.3.0.jar libs/
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
|
|
@ -298,6 +302,6 @@ just a small part of the larger repo.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:4.3.0b1
|
Current Version:4.3.0b2
|
||||||
Current Version Code:92
|
Current Version Code:93
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue