mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
koreader: add arm64 and x86
This commit is contained in:
parent
2dd0be8fb1
commit
462397c6e1
1 changed files with 48 additions and 2 deletions
|
|
@ -378,7 +378,7 @@ Builds:
|
|||
ndk: r15c
|
||||
|
||||
- versionName: v2023.01
|
||||
versionCode: 9551
|
||||
versionCode: 95511
|
||||
commit: v2023.01
|
||||
submodules: true
|
||||
sudo:
|
||||
|
|
@ -397,8 +397,54 @@ Builds:
|
|||
build: NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev release android
|
||||
ndk: r15c
|
||||
|
||||
- versionName: v2023.01
|
||||
versionCode: 95512
|
||||
commit: v2023.01
|
||||
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.01
|
||||
versionCode: 95513
|
||||
commit: v2023.01
|
||||
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
|
||||
UpdateCheckMode: HTTP
|
||||
VercodeOperation:
|
||||
- 10 * %c + 1
|
||||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
UpdateCheckData: https://ota.koreader.rocks/koreader-android-fdroid-latest|(\d+)$|.|(v.*)
|
||||
CurrentVersion: v2023.01
|
||||
CurrentVersionCode: 9551
|
||||
CurrentVersionCode: 95513
|
||||
|
|
|
|||
Loading…
Reference in a new issue