Merge branch 'feature/org.koreader.launcher' into 'master'
koreader: Enable auto update See merge request fdroid/fdroiddata!4726
This commit is contained in:
commit
7f1f74e6e7
|
@ -43,11 +43,31 @@ Builds:
|
||||||
- ANDROID_FLAVOR=fdroid ./kodev release android
|
- ANDROID_FLAVOR=fdroid ./kodev release android
|
||||||
ndk: r15c
|
ndk: r15c
|
||||||
|
|
||||||
|
- versionName: v2019.04
|
||||||
|
versionCode: 6696
|
||||||
|
commit: v2019.04
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y gcc-multilib luarocks p7zip-full
|
||||||
|
output: koreader-android-*.apk
|
||||||
|
rm:
|
||||||
|
- platform/ubuntu-touch/
|
||||||
|
- platform/win32/
|
||||||
|
scandelete:
|
||||||
|
- base/thirdparty/
|
||||||
|
build:
|
||||||
|
- NDK=$$NDK$$
|
||||||
|
- SDK=$$SDK$$
|
||||||
|
- ANDROID_FLAVOR=fdroid ./kodev release android
|
||||||
|
ndk: r15c
|
||||||
|
|
||||||
MaintainerNotes: The app is English-only for now, because it requires fetching the
|
MaintainerNotes: The app is English-only for now, because it requires fetching the
|
||||||
translations from Transifex (see [https://github.com/koreader/koreader/tree/master/l10n
|
translations from Transifex (see [https://github.com/koreader/koreader/tree/master/l10n
|
||||||
here]) and we can not do this without credentials.
|
here]) and we can not do this without credentials.
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: HTTP
|
||||||
CurrentVersion: v2019.03.1
|
UpdateCheckData: https://ota.koreader.rocks/koreader-android-fdroid-latest|(\d+)$|.|(v.*)
|
||||||
CurrentVersionCode: 6623
|
CurrentVersion: v2019.04
|
||||||
|
CurrentVersionCode: 6696
|
||||||
|
|
Loading…
Reference in a new issue