Don't update Book Catalogue to 5.1.1 (168): jars, amazon key
This commit is contained in:
parent
867814836f
commit
f708134918
|
@ -22,6 +22,8 @@ One thing to watch out for is that in rare case, barcodes do not contain ISBN
|
|||
numbers. This will usually apply to older trade or pulp books and a barcode is
|
||||
often also present inside the front cover. If no ISBN is present a search for
|
||||
the author's name may still give results.
|
||||
|
||||
[https://github.com/eleybourn/Book-Catalogue/blob/HEAD/README Changelog]
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -115,8 +117,19 @@ Build:5.0.7,151
|
|||
sed -i -e 's/GoodreadsApiKeys.GOODREADS_DEV_SECRET/"JARXkJTfyo0F8MyctYi9bUmrLISjo8vXAHsZHiuk2E"/g' -e 's/GoodreadsApiKeys.GOODREADS_DEV_KEY/"udFVpMhBnhJutfVj6abfA"/g' src/com/eleybourn/bookcatalogue/goodreads/GoodreadsManager.java
|
||||
target=android-16
|
||||
|
||||
Build:5.1.1,168
|
||||
disable=jars,amazon key
|
||||
commit=v5.1.1-release
|
||||
srclibs=ActionBarSherlock@4.2.0
|
||||
extlibs=android/android-support-v4.jar
|
||||
prebuild=rm -rf external_libs marketplace_info support ABS* && \
|
||||
echo -e "target=android-16\nandroid.library.reference.1=$$ActionBarSherlock$$" > project.properties && \
|
||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
||||
sed -i -e 's/GoodreadsApiKeys.GOODREADS_DEV_SECRET/"JARXkJTfyo0F8MyctYi9bUmrLISjo8vXAHsZHiuk2E"/g' -e 's/GoodreadsApiKeys.GOODREADS_DEV_KEY/"udFVpMhBnhJutfVj6abfA"/g' src/com/eleybourn/bookcatalogue/goodreads/GoodreadsManager.java
|
||||
target=android-16
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Update Check Mode:Tags ^[0-9.]*-release$
|
||||
Current Version:5.1.1
|
||||
Current Version Code:168
|
||||
|
||||
|
|
Loading…
Reference in a new issue