mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Vanilla Tag Editor: Fix build
This commit is contained in:
parent
bdaedf0007
commit
cf9c8373e5
1 changed files with 2 additions and 1 deletions
|
|
@ -67,7 +67,8 @@ Build:1.0.4,5
|
||||||
srclibs=audiotagger-android@392c8137057304e7364b5ec6dd14a65ea45299a6
|
srclibs=audiotagger-android@392c8137057304e7364b5ec6dd14a65ea45299a6
|
||||||
rm=app/libs/*jar
|
rm=app/libs/*jar
|
||||||
prebuild=cp -fR $$audiotagger-android$$/src/org src/main/java/ && \
|
prebuild=cp -fR $$audiotagger-android$$/src/org src/main/java/ && \
|
||||||
sed -i -e '/jar/d' build.gradle
|
sed -i -e '/jar/d' build.gradle && \
|
||||||
|
echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue