Update org.koreader.launcher to v2019.10 (7085)
This commit is contained in:
parent
1c741e8185
commit
a4dad8dd9e
|
@ -179,6 +179,26 @@ Builds:
|
||||||
- ANDROID_FLAVOR=fdroid ./kodev release android
|
- ANDROID_FLAVOR=fdroid ./kodev release android
|
||||||
ndk: r15c
|
ndk: r15c
|
||||||
|
|
||||||
|
- versionName: v2019.10
|
||||||
|
versionCode: 7085
|
||||||
|
commit: v2019.10
|
||||||
|
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/
|
||||||
|
prebuild: sed -i -e 's#./gradlew#gradle#' platform/android/luajit-launcher/Makefile
|
||||||
|
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.
|
||||||
|
@ -186,5 +206,5 @@ MaintainerNotes: The app is English-only for now, because it requires fetching t
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://ota.koreader.rocks/koreader-android-fdroid-latest|(\d+)$|.|(v.*)
|
UpdateCheckData: https://ota.koreader.rocks/koreader-android-fdroid-latest|(\d+)$|.|(v.*)
|
||||||
CurrentVersion: v2019.09.3
|
CurrentVersion: v2019.10
|
||||||
CurrentVersionCode: 6999
|
CurrentVersionCode: 7085
|
||||||
|
|
Loading…
Reference in a new issue