Update CV of DroidUPnP to 2.3.0 (15)
This commit is contained in:
parent
ef7b55c79c
commit
cc0b55a3fe
|
@ -35,17 +35,19 @@ Build:2.2.0,13
|
||||||
commit=v2.2.0
|
commit=v2.2.0
|
||||||
gradle=yes
|
gradle=yes
|
||||||
srclibs=Cling@2.0.1
|
srclibs=Cling@2.0.1
|
||||||
prebuild=\
|
prebuild=sed -i -e '/4thline.org/,+1d' -e '/maven {/d' build.gradle && \
|
||||||
sed -i -e '/4thline.org/,+1d' -e '/maven {/d' build.gradle && \
|
pushd $$Cling$$ && \
|
||||||
pushd $$Cling$$ && $$MVN3$$ -DskipTests install && popd
|
$$MVN3$$ -DskipTests install && \
|
||||||
|
popd
|
||||||
|
|
||||||
Build:2.2.1,14
|
Build:2.2.1,14
|
||||||
commit=v2.2.1
|
commit=v2.2.1
|
||||||
gradle=yes
|
gradle=yes
|
||||||
srclibs=Cling@2.0.1
|
srclibs=Cling@2.0.1
|
||||||
prebuild=\
|
prebuild=sed -i -e '/4thline.org/,+1d' -e '/maven {/d' build.gradle && \
|
||||||
sed -i -e '/4thline.org/,+1d' -e '/maven {/d' build.gradle && \
|
pushd $$Cling$$ && \
|
||||||
pushd $$Cling$$ && $$MVN3$$ install && popd
|
$$MVN3$$ install && \
|
||||||
|
popd
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
The app itself uses the official 4thline repo to get Cling and dependencies. While
|
The app itself uses the official 4thline repo to get Cling and dependencies. While
|
||||||
|
@ -55,6 +57,6 @@ in quite some jars from different untrusted repos, even 4thline again...
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:2.2.1
|
Current Version:2.3.0
|
||||||
Current Version Code:14
|
Current Version Code:15
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue