fix org.musicbrainz.picard.barcodescanner
This commit is contained in:
parent
9970f368fd
commit
3ba0dd740a
|
@ -18,7 +18,6 @@ Please note: This is not a music file tagger for Android but rather a helper
|
|||
tool for MusicBrainz Picard on your desktop.
|
||||
Requirements:
|
||||
* Picard 1.0 or later
|
||||
* The ZXing barcode scanner
|
||||
* Your phone and the computer running Picard should be both on the same
|
||||
network, and the port 8000 should be accessible
|
||||
|
||||
|
@ -30,12 +29,11 @@ it promotes Non-Free Add-ons.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/phw/PicardBarcodeScanner
|
||||
|
||||
Build Version:1.1,2,!package org.musicbrainz.android.api.data doesn't exist 1.1,srclibs=MusicBrainz-API@1.3.2;ActionBar@093a5f80,prebuild=\
|
||||
sed -i 's@\.1=.*@.1=$$ActionBar$$@;s@\.2=.*@$$MusicBrainz-API$$@' project.properties && \
|
||||
echo "android.library=true" > "$$MusicBrainz-API$$/project.properties"
|
||||
Build Version:1.1,2,1.1,srclibs=MusicBrainz-API@1.2.5;ActionBar@093a5f80,prebuild=\
|
||||
sed -i 's@\(reference.1=\).*@\1$$ActionBar$$@;/musicbrainz/d' project.properties && \
|
||||
mkdir -p libs,build=$$MVN3$$ clean package -f $$MusicBrainz-API$$/pom.xml && \
|
||||
cp $$MusicBrainz-API$$/target/*.jar libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
|
||||
|
|
Loading…
Reference in a new issue