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
|
||||
gradle=yes
|
||||
srclibs=Cling@2.0.1
|
||||
prebuild=\
|
||||
sed -i -e '/4thline.org/,+1d' -e '/maven {/d' build.gradle && \
|
||||
pushd $$Cling$$ && $$MVN3$$ -DskipTests install && popd
|
||||
prebuild=sed -i -e '/4thline.org/,+1d' -e '/maven {/d' build.gradle && \
|
||||
pushd $$Cling$$ && \
|
||||
$$MVN3$$ -DskipTests install && \
|
||||
popd
|
||||
|
||||
Build:2.2.1,14
|
||||
commit=v2.2.1
|
||||
gradle=yes
|
||||
srclibs=Cling@2.0.1
|
||||
prebuild=\
|
||||
sed -i -e '/4thline.org/,+1d' -e '/maven {/d' build.gradle && \
|
||||
pushd $$Cling$$ && $$MVN3$$ install && popd
|
||||
prebuild=sed -i -e '/4thline.org/,+1d' -e '/maven {/d' build.gradle && \
|
||||
pushd $$Cling$$ && \
|
||||
$$MVN3$$ install && \
|
||||
popd
|
||||
|
||||
Maintainer Notes:
|
||||
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
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.2.1
|
||||
Current Version Code:14
|
||||
Current Version:2.3.0
|
||||
Current Version Code:15
|
||||
|
||||
|
|
Loading…
Reference in a new issue