mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 13:46:52 +00:00
Update Holywarsoo to 1.5.8 (280000)
This commit is contained in:
parent
d2efaae57e
commit
7fbbe67aa4
1 changed files with 24 additions and 2 deletions
|
|
@ -129,6 +129,28 @@ Builds:
|
|||
- ../html2md-build.sh
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 1.5.8
|
||||
versionCode: 280000
|
||||
commit: 1.5.8
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- fdroid
|
||||
output: build/outputs/apk/fdroid/release/app-fdroid-universal-release-unsigned.apk
|
||||
srclibs:
|
||||
- rustup@1.21.1
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- source $HOME/.cargo/env
|
||||
- rustup default 1.42.0
|
||||
- rustup target add armv7-linux-androideabi
|
||||
- rustup target add aarch64-linux-android
|
||||
- rustup target add i686-linux-android
|
||||
- rustup target add x86_64-linux-android
|
||||
- export NDK_HOME=$$NDK$$
|
||||
- ../html2md-build.sh
|
||||
ndk: r21d
|
||||
|
||||
MaintainerNotes: |-
|
||||
- This app is unofficial, I'm not related to Holywarsoo team in any way
|
||||
- This app has native lib as rust submodule and requires delicate handling
|
||||
|
|
@ -139,5 +161,5 @@ AutoUpdateMode: Version %v
|
|||
UpdateCheckMode: Tags
|
||||
UpdateCheckIgnore: beta
|
||||
VercodeOperation: '%c*10000'
|
||||
CurrentVersion: 1.5.7
|
||||
CurrentVersionCode: 270000
|
||||
CurrentVersion: 1.5.8
|
||||
CurrentVersionCode: 280000
|
||||
|
|
|
|||
Loading…
Reference in a new issue