Update qBittorrent Client Pro to 4.2.1 (421)
This commit is contained in:
parent
13ee6d3b49
commit
30c736c519
|
@ -40,7 +40,26 @@ Build:3.9.0,390
|
|||
popd && \
|
||||
cp $$ApacheHttpCore$$/httpcore/target/httpcore-4.3.2.jar $$ApacheHttpClient$$/httpclient/target/httpclient-4.3.5.jar $$ApacheHttpClient$$/httpmime/target/httpmime-4.3.5.jar libs/
|
||||
|
||||
Build:4.2.1,421
|
||||
commit=v4.2.1
|
||||
subdir=qBittorrentClient/app
|
||||
patch=remove_ads_390.patch
|
||||
gradle=pro
|
||||
srclibs=ApacheHttpClient@4.3.5,ApacheHttpCore@4.3.2
|
||||
rm=qBittorrentClient/app/libs/*
|
||||
prebuild=sed -i '/com.google.android.gms:play-services/d' build.gradle
|
||||
build=pushd $$ApacheHttpClient$$/httpclient/ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
pushd $$ApacheHttpClient$$/httpmime/ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
pushd $$ApacheHttpCore$$/httpcore && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$ApacheHttpCore$$/httpcore/target/httpcore-4.3.2.jar $$ApacheHttpClient$$/httpclient/target/httpclient-4.3.5.jar $$ApacheHttpClient$$/httpmime/target/httpmime-4.3.5.jar libs/
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.9.0
|
||||
Current Version Code:390
|
||||
Current Version:4.2.1
|
||||
Current Version Code:421
|
||||
|
|
Loading…
Reference in a new issue