diff --git a/metadata/org.droidupnp.txt b/metadata/org.droidupnp.txt index 21df377a38..7a7de3c08f 100644 --- a/metadata/org.droidupnp.txt +++ b/metadata/org.droidupnp.txt @@ -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