mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
Update Status to 1.20.6 (2024051414)
This commit is contained in:
parent
704bd3d782
commit
279dae4bf0
1 changed files with 26 additions and 6 deletions
|
|
@ -5,14 +5,14 @@ Categories:
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
AuthorWebSite: https://statusnetwork.com/
|
AuthorWebSite: https://statusnetwork.com/
|
||||||
WebSite: https://status.im/
|
WebSite: https://status.im/
|
||||||
SourceCode: https://github.com/status-im/status-react
|
SourceCode: https://github.com/status-im/status-mobile
|
||||||
IssueTracker: https://github.com/status-im/status-react/issues
|
IssueTracker: https://github.com/status-im/status-mobile/issues
|
||||||
Changelog: https://github.com/status-im/status-mobile/releases
|
Changelog: https://github.com/status-im/status-mobile/releases
|
||||||
|
|
||||||
AutoName: Status
|
AutoName: Status
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/status-im/status-react.git
|
Repo: https://github.com/status-im/status-mobile.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 1.11.1
|
- versionName: 1.11.1
|
||||||
|
|
@ -236,13 +236,33 @@ Builds:
|
||||||
- ulimit -n 4096
|
- ulimit -n 4096
|
||||||
- make build-fdroid BUILD_NUMBER=$$VERCODE$$
|
- make build-fdroid BUILD_NUMBER=$$VERCODE$$
|
||||||
|
|
||||||
|
- versionName: 1.20.6
|
||||||
|
versionCode: 2024071711
|
||||||
|
commit: 3d6dbacf36fc6704d91d07507152c5d0a2aeca90
|
||||||
|
timeout: 18000
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y make xz-utils
|
||||||
|
- cd build/im.status.ethereum
|
||||||
|
- make fdroid-build-env
|
||||||
|
init: nix/scripts/setup.sh
|
||||||
|
output: result/app-release-unsigned.apk
|
||||||
|
prebuild: sed -i -e '/extra/d' nix/nix.conf
|
||||||
|
scanignore:
|
||||||
|
- android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- ios
|
||||||
|
build:
|
||||||
|
- ulimit -n 8192
|
||||||
|
- make build-fdroid BUILD_NUMBER=$$VERCODE$$
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
Status.im mobile app is built in a deterministic way using Nix package manager.
|
Status.im mobile app is built in a deterministic way using Nix package manager.
|
||||||
Because of this we disable Gradle builds via F-Droid and run `make release-android`.
|
Because of this we disable Gradle builds via F-Droid and run `make release-android`.
|
||||||
For information on how to submit updates see this readme.
|
For information on how to submit updates see this readme.
|
||||||
https://github.com/status-im/status-react/blob/develop/doc/FDROID.md
|
https://github.com/status-im/status-mobile/blob/develop/doc/FDROID.md
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 1.20.3
|
CurrentVersion: 1.20.6
|
||||||
CurrentVersionCode: 2023022315
|
CurrentVersionCode: 2024071711
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue