update book catalogue to 4.2
This commit is contained in:
parent
c0b41377f3
commit
e29fbe5373
|
@ -4,8 +4,11 @@ Web Site:http://github.com/eleybourn/Book-Catalogue/wiki
|
|||
Source Code:http://github.com/eleybourn/Book-Catalogue
|
||||
Issue Tracker:http://github.com/eleybourn/Book-Catalogue/issues
|
||||
|
||||
Summary:Book cataloguing application
|
||||
Summary:Book cataloguing app
|
||||
Description:
|
||||
N.B The GoodReads integration won't work as there aren't any API
|
||||
keys in the source code to make it work.
|
||||
|
||||
This is a simple book catalogue application, to store a list of your books.
|
||||
Books can be added either manually, by ISBN, or by barcode if you have
|
||||
[[com.google.zxing.client.android]] installed. In the case of the last two
|
||||
|
@ -38,15 +41,22 @@ Build Version:3.8.1,70,890b6affe8a64,target=android-10
|
|||
Build Version:4.0.3,79,!No matching source
|
||||
Build Version:4.0.6,88,!0d673d0b1
|
||||
#Dummy keys
|
||||
Build Version:4.0.7,90,!build problems 22ac838388f14a5,target=android-15,prebuild=\
|
||||
rm -rf external_libs marketplace_info && \
|
||||
Build Version:4.0.7,90,22ac838388f14a5,target=android-15,extlibs=android/android-support-v4.jar,prebuild=\
|
||||
rm -rf external_libs marketplace_info && \
|
||||
sed -i 's/GoodreadsApiKeys.GOODREADS_DEV_SECRET/"JARXkJTfyo0F8MyctYi9bUmrLISjo8vXAHsZHiuk2E"/g' \
|
||||
src/com/eleybourn/bookcatalogue/goodreads/GoodreadsManager.java && \
|
||||
sed -i 's/GoodreadsApiKeys.GOODREADS_DEV_KEY/"udFVpMhBnhJutfVj6abfA"/g' \
|
||||
src/com/eleybourn/bookcatalogue/goodreads/GoodreadsManager.java
|
||||
Build Version:4.1.5,98,!no source
|
||||
Build Version:4.2,124,0de4519c4ce,target=android-15,extlibs=android/android-support-v4.jar,prebuild=\
|
||||
rm -rf external_libs marketplace_info && \
|
||||
sed -i 's/GoodreadsApiKeys.GOODREADS_DEV_SECRET/"JARXkJTfyo0F8MyctYi9bUmrLISjo8vXAHsZHiuk2E"/g' \
|
||||
src/com/eleybourn/bookcatalogue/goodreads/GoodreadsManager.java && \
|
||||
sed -i 's/GoodreadsApiKeys.GOODREADS_DEV_KEY/"udFVpMhBnhJutfVj6abfA"/g' \
|
||||
src/com/eleybourn/bookcatalogue/goodreads/GoodreadsManager.java
|
||||
|
||||
Auto Update Mode:None
|
||||
#Tags stopped recently
|
||||
Update Check Mode:Market
|
||||
Current Version:4.2.1
|
||||
Current Version Code:125
|
||||
|
|
Loading…
Reference in a new issue