mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Setting CVC to 0 was an old way to make `fdroid update` use the highest versionCode as the CurrentVersionCode. This has been obsolete for a while, so its time to purge these. Now, when CurrentVersionCode is unset, then the highest versionCode is used. sed -i -e '/^CurrentVersionCode: 0$/d' -e "/^CurrentVersion: '0'$/d" *.yml
39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
Categories:
|
|
- Reading
|
|
License: AGPL-3.0-only
|
|
|
|
AutoName: DailybRead
|
|
Description: |-
|
|
Finds random books for you to read and download from OpenLibrary.
|
|
|
|
The app features include:
|
|
|
|
* Find and read random books using the 'Today's bRead' section
|
|
* View the book's info and what word was used to find the book
|
|
* Save books to your SD card for viewing later
|
|
* Search through the entire OpenLibrary database of over 1,000,000 free ebooks
|
|
|
|
The random search acts as a sort of 'book roulette' by picking random words from
|
|
the english language and trying to find a book with that word. You can see what
|
|
words it is using for the search while it is looking. Search as many times as
|
|
you like to keep finding new, interesting books!
|
|
|
|
Builds:
|
|
- versionName: '0.2'
|
|
versionCode: 5
|
|
commit: V0.2
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- app/libs/*.jar
|
|
extlibs:
|
|
- epublib/epublib-core-3.1.jar
|
|
|
|
MaintainerNotes: Replace epublib with recent srclib version!
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
|
|
NoSourceSince: '0.3'
|