Update org.koreader.launcher to v2020.01 (7278)

This commit is contained in:
F-Droid Builder 2020-01-30 14:30:52 +00:00 committed by Ciaran Gultnieks
parent b07b689767
commit 11c06c6ef9

View file

@ -241,6 +241,26 @@ Builds:
- ANDROID_FLAVOR=fdroid ./kodev release android
ndk: r15c
- versionName: v2020.01
versionCode: 7278
commit: v2020.01
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
translations from Transifex (see [https://github.com/koreader/koreader/tree/master/l10n
here]) and we can not do this without credentials.
@ -248,5 +268,5 @@ MaintainerNotes: The app is English-only for now, because it requires fetching t
AutoUpdateMode: Version %v
UpdateCheckMode: HTTP
UpdateCheckData: https://ota.koreader.rocks/koreader-android-fdroid-latest|(\d+)$|.|(v.*)
CurrentVersion: v2019.12
CurrentVersionCode: 7219
CurrentVersion: v2020.01
CurrentVersionCode: 7278