mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update You Have Mail to 0.14.1 (30)
This commit is contained in:
parent
cc87bb53d2
commit
4cb7ca93ef
1 changed files with 26 additions and 2 deletions
|
|
@ -244,9 +244,33 @@ Builds:
|
|||
- gradle assembleRelease
|
||||
ndk: 25.2.9519653
|
||||
|
||||
- versionName: 0.14.1
|
||||
versionCode: 30
|
||||
commit: d9b790bf89eea384b822f5ec65b34741efd09bd8
|
||||
subdir: you-have-mail-android
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y automake clang-11 gcc-multilib libclang-11-dev libtool
|
||||
make pkg-config python-is-python3
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
- curl -Lso go.tar.gz https://go.dev/dl/go1.20.4.linux-amd64.tar.gz
|
||||
- echo "698ef3243972a51ddb4028e4a1ac63dc6d60821bf18e59a807e051fee0a385bd go.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf go.tar.gz --strip-components=1 -C /usr/local/
|
||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- rustup@1.26.0
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.72.0 --target x86_64-linux-android
|
||||
aarch64-linux-android armv7-linux-androideabi
|
||||
- source $HOME/.cargo/env
|
||||
- gradle assembleRelease
|
||||
ndk: 25.2.9519653
|
||||
|
||||
AllowedAPKSigningKeys: 1bb4b343aa705f49b73b3ef489c987dd2e2f684cc1b6eb49f625bcbf6c8f01ee
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.14.0
|
||||
CurrentVersionCode: 29
|
||||
CurrentVersion: 0.14.1
|
||||
CurrentVersionCode: 30
|
||||
|
|
|
|||
Loading…
Reference in a new issue