mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
Update org.koreader.launcher.fdroid to v2023.06 (98243)
This commit is contained in:
parent
fc3db26c66
commit
5dc38de06f
1 changed files with 64 additions and 2 deletions
|
|
@ -687,6 +687,68 @@ Builds:
|
||||||
release android
|
release android
|
||||||
ndk: r15c
|
ndk: r15c
|
||||||
|
|
||||||
|
- versionName: v2023.06
|
||||||
|
versionCode: 98241
|
||||||
|
commit: v2023.06
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y make gcc-multilib luarocks ragel python-is-python3 wget
|
||||||
|
cmake autoconf automake libtool pkg-config nasm gettext libtool-bin libncurses5
|
||||||
|
output: koreader-android-*.apk
|
||||||
|
rm:
|
||||||
|
- platform/ubuntu-touch/
|
||||||
|
- platform/win32/
|
||||||
|
- platform/kindle/wmctrl
|
||||||
|
prebuild: sed -i -e 's|./gradlew|gradle|' platform/android/luajit-launcher/Makefile
|
||||||
|
scandelete:
|
||||||
|
- base/thirdparty/
|
||||||
|
- base/spec/unit/data/
|
||||||
|
build: NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev release android
|
||||||
|
ndk: r15c
|
||||||
|
|
||||||
|
- versionName: v2023.06
|
||||||
|
versionCode: 98242
|
||||||
|
commit: v2023.06
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y make gcc-multilib luarocks ragel python-is-python3 wget
|
||||||
|
cmake autoconf automake libtool pkg-config nasm gettext libtool-bin libncurses5
|
||||||
|
output: koreader-android-*.apk
|
||||||
|
rm:
|
||||||
|
- platform/ubuntu-touch/
|
||||||
|
- platform/win32/
|
||||||
|
- platform/kindle/wmctrl
|
||||||
|
prebuild: sed -i -e 's|./gradlew|gradle|' platform/android/luajit-launcher/Makefile
|
||||||
|
scandelete:
|
||||||
|
- base/thirdparty/
|
||||||
|
- base/spec/unit/data/
|
||||||
|
build: ANDROID_ARCH=arm64 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
|
||||||
|
release android
|
||||||
|
ndk: r15c
|
||||||
|
|
||||||
|
- versionName: v2023.06
|
||||||
|
versionCode: 98243
|
||||||
|
commit: v2023.06
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y make gcc-multilib luarocks ragel python-is-python3 wget
|
||||||
|
cmake autoconf automake libtool pkg-config nasm gettext libtool-bin libncurses5
|
||||||
|
output: koreader-android-*.apk
|
||||||
|
rm:
|
||||||
|
- platform/ubuntu-touch/
|
||||||
|
- platform/win32/
|
||||||
|
- platform/kindle/wmctrl
|
||||||
|
prebuild: sed -i -e 's|./gradlew|gradle|' platform/android/luajit-launcher/Makefile
|
||||||
|
scandelete:
|
||||||
|
- base/thirdparty/
|
||||||
|
- base/spec/unit/data/
|
||||||
|
build: ANDROID_ARCH=x86 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
|
||||||
|
release android
|
||||||
|
ndk: r15c
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
|
|
@ -694,5 +756,5 @@ VercodeOperation:
|
||||||
- 10 * %c + 2
|
- 10 * %c + 2
|
||||||
- 10 * %c + 3
|
- 10 * %c + 3
|
||||||
UpdateCheckData: https://ota.koreader.rocks/koreader-android-fdroid-latest|(\d+)$|.|(v.*)
|
UpdateCheckData: https://ota.koreader.rocks/koreader-android-fdroid-latest|(\d+)$|.|(v.*)
|
||||||
CurrentVersion: v2023.05.1
|
CurrentVersion: v2023.06
|
||||||
CurrentVersionCode: 97863
|
CurrentVersionCode: 98243
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue