mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 23:26:52 +00:00
MPDroid: fix build
This commit is contained in:
parent
8ffb817156
commit
275eddb3ad
1 changed files with 5 additions and 6 deletions
|
|
@ -73,21 +73,20 @@ Build:1.06,40
|
|||
subdir=MPDroid
|
||||
init=rm -rf Screenshots/ Website/ icons/
|
||||
|
||||
Build:1.07.2,52
|
||||
disable=wrong gradleVersion, should be 2.2
|
||||
Build:1.07.2,54
|
||||
commit=1_07_2_final
|
||||
subdir=MPDroid
|
||||
gradle=foss
|
||||
forceversion=yes
|
||||
prebuild=sed -i -e '/crashlytics/d' build.gradle
|
||||
init=sed -i '/crashlytics/d' build.gradle && \
|
||||
sed -i '/gradleVersion/d' ../build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
Updatecheck is broken, because versionname is "Major Final " + getHash() and
|
||||
we don't support running gradle functions in versions.
|
||||
Remove the gradleVersion sed once it is set up correctly (using 2.1 instead of
|
||||
the correct 2.2 in 1.07.2)
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
#Auto Update Mode:None
|
||||
Update Check Mode:Tags ^[0-9_]*[^b]*$
|
||||
Current Version:1.07.2 Final
|
||||
Current Version Code:54
|
||||
|
|
|
|||
Loading…
Reference in a new issue