Update Clementine Remote to v10.1 (479)
This commit is contained in:
parent
823b3a768d
commit
6dd7d35aa3
|
@ -1,6 +1,6 @@
|
||||||
Categories:Multimedia
|
Categories:Multimedia
|
||||||
License:GPLv3
|
License:GPLv3
|
||||||
Web Site:https://code.google.com/p/clementine-remote-android
|
Web Site:https://github.com/clementine-player/Android-Remote/blob/HEAD/README.md
|
||||||
Source Code:https://github.com/clementine-player/Android-Remote
|
Source Code:https://github.com/clementine-player/Android-Remote
|
||||||
Issue Tracker:https://github.com/clementine-player/Android-Remote/issues
|
Issue Tracker:https://github.com/clementine-player/Android-Remote/issues
|
||||||
|
|
||||||
|
@ -53,8 +53,22 @@ Build:8.5,28
|
||||||
jar xf ../libs/jmdns.jar && \
|
jar xf ../libs/jmdns.jar && \
|
||||||
jar cfm ../libs/jmdns.jar META-INF/MANIFEST.MF javax/
|
jar cfm ../libs/jmdns.jar META-INF/MANIFEST.MF javax/
|
||||||
|
|
||||||
Auto Update Mode:None
|
Build:v10.1,479
|
||||||
Update Check Mode:Tags
|
commit=v10.1
|
||||||
Current Version:8.5
|
subdir=app
|
||||||
Current Version Code:28
|
gradle=yes
|
||||||
|
prebuild=sed -i -e '/buildTypes/i/*' -e '/compileOptions/i*/' build.gradle
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
Upstream tags it's releases, but ver and vercode are generated within gradle,
|
||||||
|
which our updatechecks do not support.
|
||||||
|
|
||||||
|
We also need to strip output manipulations and we do it in a unsafe way. We
|
||||||
|
should provide a better solution!
|
||||||
|
.
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
Update Check Mode:None
|
||||||
|
Current Version:v10.1
|
||||||
|
Current Version Code:479
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue